6.0.0-beta1
9/2/25

[#8527] Undefined variable: r in /var/www/horde/lib/SyncML/Sync.php on line 605
Summary Undefined variable: r in /var/www/horde/lib/SyncML/Sync.php on line 605
Queue Synchronization
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester lst_hoe02 (at) kwsoft (dot) de
Created 08/26/2009 (5851 days ago)
Due
Updated 08/26/2009 (5851 days ago)
Assigned
Resolved 08/26/2009 (5851 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/26/2009 10:59:44 AM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
08/26/2009 10:59:24 AM CVS Commit Comment #2 Reply to this comment
08/26/2009 09:44:27 AM lst_hoe02 (at) kwsoft (dot) de Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Undefined variable: r in /var/www/horde/lib/SyncML/Sync.php on line 605
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
A typo i guess :





--- lib/SyncML/Sync.php.orig        2009-04-30 19:34:28.000000000 +0200

+++ lib/SyncML/Sync.php.neu        2009-08-26 11:34:00.000000000 +0200

@@ -602,7 +602,7 @@

                                                           
$this->_serverAnchorNext,

                                                          $adds, 
$replaces, $deletes);

          if (is_a($result, 'PEAR_Error')) {

-            $GLOBALS['backend']->logMessage($r, __FILE__, __LINE__, 
PEAR_LOG_ERR);

+            $GLOBALS['backend']->logMessage($result, __FILE__, 
__LINE__, PEAR_LOG_ERR);

              return $result;

          }

      }




Saved Queries