Revision: 20873
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20873
Author:   sigurdne
Date:     2009-11-21 11:56:56 +0000 (Sat, 21 Nov 2009)
Log Message:
-----------
Reversing array on uninstall handled elsewhere

Modified Paths:
--------------
    people/sigurdne/modules/setup/trunk/applications.php

Modified: people/sigurdne/modules/setup/trunk/applications.php
===================================================================
--- people/sigurdne/modules/setup/trunk/applications.php        2009-11-21 
11:01:46 UTC (rev 20872)
+++ people/sigurdne/modules/setup/trunk/applications.php        2009-11-21 
11:56:56 UTC (rev 20873)
@@ -153,8 +153,6 @@
                                if ( isset($setup_info[$appname]['tables'])
                                        && $setup_info[$appname]['tables'] )
                                {
-                                       // Sigurd: Tables has to be dropped in 
reversed order (mssql) if they are referenced by others
-                                       $terror[0]['tables'] = 
array_reverse($setup_info[$appname]['tables']);
                                        
$GLOBALS['phpgw_setup']->process->droptables($terror, $DEBUG);
                                        echo '<li>' . lang('%1 tables dropped', 
lang($appname)) . ".</li>\n";
                                }



_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to