From: SourceForge.net <no...@so...> - 2007-04-24 20:41:28
|
Bugs item #1706923, was opened at 2007-04-24 13:41 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1706923&group_id=8956 |