Elapsed time in seconds?
Christefano - August 19, 2007 - 20:12
| Project: | CCK Taxonomy Super Select Ultra |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | rconstantine |
| Status: | closed |
Jump to:
Description
In the cck_taxonomy_ssu_widget function there's something I don't understand. Why is there a start and end time, and why does cck_taxonomy_ssu.module print elapsed time as a status message? I'm guessing that this is somehow useful for debugging, but it's confusing to get these status messages.
Line 358:
drupal_set_message('<pre>Elapsed time in seconds? ' .print_r($elapsed, TRUE). '</pre>');
#1
Opps. That was supposed to be taken out. I'll upload a fixed one. For now, delete the line or comment it out.
#2
Fixed. Will upload soon.
#3