|
From: Camden S. <ca...@ar...> - 2000-11-14 02:20:21
|
I think this another problem envolving different versions of MySQL. I had to change line 32 of addjobdetail.php to look like this: $starttime = $n_start_time_h . ":" . $n_start_time_m . ":" . "00"; // <= See the extra ":00" at the end? otherwise it wouldn't insert the times correctly into my database. Please let me know if commiting this change to CVS is going to cause anyone else problems. Thanks, ____________________________ Camden Spiller |