Bugs item #1706923, was opened at 2007-04-24 22:41
Message generated for change (Comment added) made by liedekef
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1706923&group_id=8956
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: User
Group: v1.8
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: not returning reference in adodb.inc.php
Initial Comment:
Version 1.8.2
When returning to a saved survey I get about seven lines of the following "Notice" at the top of the page... Everything else works fine and when I go forward a page and back a page the message is no longer present.
Notice: Only variable references should be returned by reference in /hsphere/local/home/login/domain.com/phpESP/admin/include/lib/adodb/adodb.inc.php on line 858
I tried replacing:
return false;
with:
$x = false;
return $x;
But that didn't work... (too simple...)
ti...@ho...
----------------------------------------------------------------------
>Comment By: Franky Van Liedekerke (liedekef)
Date: 2007-11-27 12:28
Message:
Logged In: YES
user_id=109671
Originator: NO
Fixed in CVS
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1706923&group_id=8956
|