phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [20873] Reversing array on uninstall handled elsewher


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20873] Reversing array on uninstall handled elsewhere
Date: Sat, 21 Nov 2009 11:56:57 +0000

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";
                                }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]