6.0.0-alpha14
7/2/25

[#7937] Logging: Typo in logged variable name
Summary Logging: Typo in logged variable name
Queue IMP
Queue Version FRAMEWORK_3
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester benjamin.kostner (at) tirol (dot) gv (dot) at
Created 02/03/2009 (5993 days ago)
Due
Updated 02/03/2009 (5993 days ago)
Assigned 02/03/2009 (5993 days ago)
Resolved 02/03/2009 (5993 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/03/2009 11:09:20 AM Jan Schneider Comment #4
State ⇒ Not A Bug
Reply to this comment
Read 1st.README.
02/03/2009 10:59:38 AM benjamin (dot) kostner (at) tirol (dot) gv (dot) at Comment #3 Reply to this comment
There is no such line in FRAMEWORK_3. Which version are you using?
Hmmm... My CVS client says, I checked out the Source from imp/lib, 
from the branch.



You can also view it here:

http://cvs.horde.org/co.php/imp/lib/Session.php?r=1.179

Line 100



Hope this helps!


02/03/2009 10:52:32 AM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
There is no such line in FRAMEWORK_3. Which version are you using?
02/03/2009 08:35:37 AM benjamin (dot) kostner (at) tirol (dot) gv (dot) at Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Logging: Typo in logged variable name
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
in imp\lib\Session.php: rev 1179



Line 100:

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

             Horde::logMessage($servrs, __FILE__, __LINE__, PEAR_LOG_ERR);

             return false;

         }



The logMessage call should log $servers, not $servrs.

Saved Queries