Revision: 6644
http://care2002.svn.sourceforge.net/care2002/?rev=6644&view=rev
Author: tim_schofield
Date: 2010-07-28 16:18:53 +0000 (Wed, 28 Jul 2010)
Log Message:
-----------
Return values of functions should not be assigned by reference
Modified Paths:
--------------
care2x/branches/gettext/include/helpers/inc_db_makelink.php
Modified: care2x/branches/gettext/include/helpers/inc_db_makelink.php
===================================================================
--- care2x/branches/gettext/include/helpers/inc_db_makelink.php 2010-07-28
12:08:49 UTC (rev 6643)
+++ care2x/branches/gettext/include/helpers/inc_db_makelink.php 2010-07-28
16:18:53 UTC (rev 6644)
@@ -77,7 +77,7 @@
# ADODB connection
require_once(CARE_BASE . 'classes/adodb/adodb.inc.php');
-$db = &ADONewConnection($dbtype);
+$db = ADONewConnection($dbtype);
$dblink_ok = $db->Connect($dbhost,$dbusername,$dbpassword,$dbname);
@@ -98,4 +98,4 @@
die('<meta http-equiv="refresh" content="5; url=./installer/">');
}
-?>
\ No newline at end of file
+?>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/care2002-developers