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;
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs