]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
remove reference assignment where unnecessary
[nominatim.git] / utils / setup.php
index 5ae604d41e2bb0e61c11b3947ff577cdd8b87530..140319db0a1f915b608781b7b52f8ad3739c8886 100755 (executable)
@@ -94,7 +94,7 @@
        {
                echo "Create DB\n";
                $bDidSomething = true;
-               $oDB =& DB::connect(CONST_Database_DSN, false);
+               $oDB = DB::connect(CONST_Database_DSN, false);
                if (!PEAR::isError($oDB))
                {
                        fail('database already exists ('.CONST_Database_DSN.')');