removed assign by reference & from uninstall
authorgreg gay <ggay@ocad.ca>
Mon, 25 Oct 2010 15:22:25 +0000 (15:22 -0000)
committergreg gay <ggay@ocad.ca>
Mon, 25 Oct 2010 15:22:25 +0000 (15:22 -0000)
mods/ecomm/module.xml
mods/ecomm/module_uninstall.php

index de6bf1d..ce12c02 100644 (file)
@@ -11,8 +11,8 @@
     <url>http://atutor.ca</url> \r
     <license>BSD</license> \r
        <release> \r
-        <version>0.2</version> \r
-        <date>2007-05-04</date> \r
+        <version>1.0</version> \r
+        <date>2010-10-25</date> \r
         <state>Beta</state> \r
         <notes>See the readme file included with the source code for details about setting up either a Paypal or MiraPay merchant account.</notes> \r
     </release> \r
index 3c2d75a..ee13969 100644 (file)
@@ -14,7 +14,7 @@ if (!defined('AT_INCLUDE_PATH')) { exit; }
 if (!$msg->containsErrors() && file_exists(dirname(__FILE__) . '/module.sql')) {\r
        // deal with the SQL file:\r
        require(AT_INCLUDE_PATH . 'classes/sqlutility.class.php');\r
-       $sqlUtility =& new SqlUtility();\r
+       $sqlUtility = new SqlUtility();\r
 \r
        /*\r
         * the SQL file could be stored anywhere, and named anything, "module.sql" is simply\r