phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20874] Reversing array on uninstall is a generic req


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20874] Reversing array on uninstall is a generic requirement
Date: Sat, 21 Nov 2009 11:57:45 +0000

Revision: 20874
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20874
Author:   sigurdne
Date:     2009-11-21 11:57:44 +0000 (Sat, 21 Nov 2009)
Log Message:
-----------
Reversing array on uninstall is a generic requirement

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.setup_process.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.setup_process.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.setup_process.inc.php      
2009-11-21 11:56:56 UTC (rev 20873)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.setup_process.inc.php      
2009-11-21 11:57:44 UTC (rev 20874)
@@ -226,7 +226,7 @@
                                if ( isset($setup_info[$key]['tables'])
                                        && 
is_array($setup_info[$key]['tables']) )
                                {
-                                       // Sigurd: Tables has to be dropped in 
reversed order (mssql) if they are referenced by others
+                                       //Tables has to be dropped in reversed 
order if they are referenced by others
                                        foreach ( 
array_reverse($setup_info[$key]['tables']) as $table )
                                        {
                                                //echo $table;





reply via email to

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