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

index d3420e5..2e7d1e3 100644 (file)
@@ -11,8 +11,8 @@
     <url>http://atutor.ca</url> \r
     <license>GNU</license> \r
        <release> \r
-        <version>0.3</version> \r
-        <date>2009-02-05</date> \r
+        <version>0.4</version> \r
+        <date>2010-10-25</date> \r
         <state>stable</state> \r
        <notes>Requires Openmeetings server(Red5) be installed on the user's system.  Details can be found at http://code.google.com/p/openmeetings/</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