Revision: 6646 http://care2002.svn.sourceforge.net/care2002/?rev=6646&view=rev Author: tim_schofield Date: 2010-07-28 16:35:18 +0000 (Wed, 28 Jul 2010)
Log Message: ----------- Return values of functions should not be assigned by reference Modified Paths: -------------- care2x/branches/gettext/modules/news/includes/inc_news_display_config.php Modified: care2x/branches/gettext/modules/news/includes/inc_news_display_config.php =================================================================== --- care2x/branches/gettext/modules/news/includes/inc_news_display_config.php 2010-07-28 16:32:50 UTC (rev 6645) +++ care2x/branches/gettext/modules/news/includes/inc_news_display_config.php 2010-07-28 16:35:18 UTC (rev 6646) @@ -13,7 +13,7 @@ $userobj=new UserConfig; $globobj=new GlobalConfig($GLOBALCONFIG); -$USERCONFIG=&$userobj->getConfig($user_id); +$USERCONFIG=$userobj->getConfig($user_id); $globobj->getConfig('news_%'); while(list($x,$v)=each($GLOBALCONFIG)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Care2002-developers mailing list Care2002-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/care2002-developers