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

index 3f72ae4..d177547 100644 (file)
@@ -11,8 +11,8 @@
     <url>http://atutor.ca</url> \r
     <license>GPL</license> \r
        <release> \r
-        <version>0.1</version> \r
-        <date>2005-08-22</date> \r
+        <version>0.3</version> \r
+        <date>2010-10-25</date> \r
         <state>stable</state> \r
         <notes></notes> \r
     </release> \r
index e7e8ffe..7604ff7 100644 (file)
@@ -28,7 +28,7 @@ if (is_dir($directory)) {
 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
   $sqlUtility->revertQueryFromFile(dirname(__FILE__) . '/module.sql', TABLE_PREFIX);\r
 }\r
 \r