Gossamer Forum
Home : Products : DBMan : Discussions :

Daylight Savings Time Error???

Quote Reply
Daylight Savings Time Error???
Here's the entire error message:

Quote:
Undefined subroutine &main::timediff called at /export/home/comprepl/cgi-bin/dbman/db.cgi line 63

Here'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!
Subject Author Views Date
Post Daylight Savings Time Error??? Brainwrap 1952 Apr 8, 2004, 12:56 PM