phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] fudforum/inc/class.ufud.inc.php, 1.1.1.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] fudforum/inc/class.ufud.inc.php, 1.1.1.1.2.3
Date: Fri, 16 Jul 2004 10:46:27 +0200

Update of /fudforum/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.ufud.inc.php

date: 2004/07/16 08:46:27;  author: skwashd;  state: Exp;  lines: +6 -0

Log Message:
another delete user fix
=====================================================================
Index: fudforum/inc/class.ufud.inc.php
diff -u fudforum/inc/class.ufud.inc.php:1.1.1.1.2.2 
fudforum/inc/class.ufud.inc.php:1.1.1.1.2.3
--- fudforum/inc/class.ufud.inc.php:1.1.1.1.2.2 Tue Mar  9 14:32:45 2004
+++ fudforum/inc/class.ufud.inc.php     Fri Jul 16 08:46:27 2004
@@ -98,6 +98,12 @@
 
                function del_account($row)
                {
+                       if(! 
@is_readable($GLOBALS['phpgw_info']['server']['files_dir'] . 
"/fudforum/include/GLOBALS.php") )
+                       {
+                               //not installed properly
+                               return true;
+                       }
+                       
                        if(!is_array($row))
                        {
                                print_r($GLOBALS['hook_values']); // empty ????




reply via email to

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