phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[phpGroupWare-users] Re: Installation problem


From: Bronson
Subject: [phpGroupWare-users] Re: Installation problem
Date: Wed, 28 Feb 2007 03:53:09 -0700 (MST)


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]