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

index 5c84499..b7e0d3f 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.2</version> \r
+        <date>2010-10-25</date> \r
         <state>stable</state> \r
         <notes>phpMyAdmin must be installed in addition to the module installation. Once the module is installed, you will be asked to provide the URL of your phpMyAdmin installation. The default authentication method in phpMyAdmin is set to http. You can change this method in the config.inc.php file within phpMyAdmin. See instructions in the phpMyAdmin configuration file for other potential editable options.</notes> \r
     </release> \r
index 59d9618..fd50dd8 100644 (file)
@@ -9,7 +9,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