removed assign by reference & from uninstall and reset file manager location to mods...
authorgreg gay <ggay@ocad.ca>
Mon, 25 Oct 2010 17:01:29 +0000 (17:01 -0000)
committergreg gay <ggay@ocad.ca>
Mon, 25 Oct 2010 17:01:29 +0000 (17:01 -0000)
mods/mahara/module.xml
mods/mahara/module_uninstall.php

index 703a67a..b2bfeea 100644 (file)
@@ -11,8 +11,8 @@
     <url>http://www.mahara.org</url> \r
     <license>BSD</license> \r
        <release> \r
-        <version>0.2</version> \r
-        <date>2008-06-11</date> \r
+        <version>0.4</version> \r
+        <date>2010-10-25</date> \r
         <state>stable</state> \r
         <notes>This module requires Mahara to be installed first on the same server as ATutor.  Refer to the README file included with the Mahara module source code for more details.</notes> \r
     </release> \r
index 32969af..60ce25d 100644 (file)
@@ -14,7 +14,7 @@ if (!defined('AT_INCLUDE_PATH')) { exit; }
 if (!$msg->containsErrors() && file_exists(dirname(__FILE__) . '/module.sql')) {
        // deal with the SQL file:
        require(AT_INCLUDE_PATH . 'classes/sqlutility.class.php');
-       $sqlUtility =& new SqlUtility();
+       $sqlUtility = new SqlUtility();
 
        /*
         * the SQL file could be stored anywhere, and named anything, "module.sql" is simply