Here's the entire error message:
Here's lines 62 & 63 of db.cgi:
63: if ($db_benchmark) { $t1 = new Benchmark; print "<h6>Processing Time: " . timestr(timediff($t1, $t0)) . "</h6>"; }
Here's the URL: http://compreplan.com/...lt&view_search=1
This error has only started showing up in the past few days that I know of--which makes me suspect that it has something to do with Daylight Savings Time, especially due to the "time" references (???)
Any help would be greatly appreciated!
Quote:
Undefined subroutine &main::timediff called at /export/home/comprepl/cgi-bin/dbman/db.cgi line 63Here's lines 62 & 63 of db.cgi:
Quote:
62: # Stop the timer and print. 63: if ($db_benchmark) { $t1 = new Benchmark; print "<h6>Processing Time: " . timestr(timediff($t1, $t0)) . "</h6>"; }
Here's the URL: http://compreplan.com/...lt&view_search=1
This error has only started showing up in the past few days that I know of--which makes me suspect that it has something to do with Daylight Savings Time, especially due to the "time" references (???)
Any help would be greatly appreciated!


Daylight Savings Time Error???