HI,
Nobody knows what this message means and how to fix it ?
>From the file phpgwapi/inc/class.db_mysql.inc.php the faulty lines are:
Quote:
> * Convert a rdms specific timestamp to a unix timestamp
> *
> * @param string rdms specific timestamp
> * @return int unix timestamp
> */
> function from_timestamp($timestamp)
> {
> ereg('([0-9]{4})-([0-9]{2})-([0-9]{2})
> ([0-9]{2}):([0-9]{2}):([0-9]{2})',$timestamp,$parts);
>
> return
> mktime($parts[4],$parts[5],$parts[6],$parts[2],$parts[3],$parts[1]);
> }
>
> /**
> * Discard the current query result
> */
> function free()
> {
> @mysql_free_result($this->Query_ID);
> $this->Query_ID = 0;
> }
Where is the fatal error?
Many thksSent from the phpGroupWare forums @ http://forums.phpGroupWare.org
_______________________________________________
phpGroupWare-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users