API change caused already-obsoleted call to sessions_::create() to fail. Fix:
diff -r 5c7e77d47445 -r 509c12d8c313 phpgwapi/inc/horde/Horde/SyncML/State_egw.php
— a/phpgwapi/inc/horde/Horde/SyncML/State_egw.php Fri May 30 08:10:05 2008 -0500
+++ b/phpgwapi/inc/horde/Horde/SyncML/State_egw.php Fri May 30 11:20:22 2008 -0500
@@ -267,7 +267,7 @@
#Horde::logMessage('SyncML: authenticate with username: ' . $this->_locName . ' and password: ' . $this->_password, __FILE__, __LINE__, PEAR_LOG_DEBUG);
-
if($GLOBALS['sessionid'] = $GLOBALS['egw']->session->create($this->_locName,$this->_password,'text','u'))
-
if($GLOBALS['sessionid'] = $GLOBALS['egw']->session->create($this->_locName,$this->_password,'text'))
{
$this->_isAuthorized = true;
Horde::logMessage('SyncML_EGW: Authentication of ' . $this->_locName . '/' . $GLOBALS['sessionid'] . ' succeded' , __FILE__, __LINE__, PEAR_LOG_DEBUG);
–
Peter Goerzen
I.S. Development
Hustler Turf Equipment/Excel Industries, Inc.
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft® Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers