phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] preferences/inc/class.uiaclprefs.inc.php, 1.1.2.4.2.4


From: nomail
Subject: [Phpgroupware-cvs] preferences/inc/class.uiaclprefs.inc.php, 1.1.2.4.2.4
Date: Thu, 15 Jul 2004 04:47:51 +0200

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

date: 2004/07/15 02:47:51;  author: skwashd;  state: Exp;  lines: +5 -5

Log Message:
fixes bug #4096
=====================================================================
Index: preferences/inc/class.uiaclprefs.inc.php
diff -u preferences/inc/class.uiaclprefs.inc.php:1.1.2.4.2.3 
preferences/inc/class.uiaclprefs.inc.php:1.1.2.4.2.4
--- preferences/inc/class.uiaclprefs.inc.php:1.1.2.4.2.3        Wed May 21 
06:30:49 2003
+++ preferences/inc/class.uiaclprefs.inc.php    Thu Jul 15 02:47:51 2004
@@ -214,7 +214,7 @@
 
                        $this->template->set_file($templates);
 
-                       if ($submit)
+                       if ($_POST['submit'])
                        {
                                $this->template->set_var('errors',lang('ACL 
grants have been updated'));
                        }
@@ -259,13 +259,13 @@
                                }
                        }
 
-                       if (intval($s_groups) <> count($groups))
+                       if (intval($s_groups) != count($groups))
                        {
                                
$this->template->set_var('string',lang('Groups'));
                                
$this->template->parse('row','row_colspan',True);
 
                                reset($groups);
-                               for($k=0;$k<count($groups);$k++)
+                               for($k=$start;$k<count($groups);$k++)
                                {
                                        $group = $groups[$k];
                                        $go = True;
@@ -293,7 +293,7 @@
                                }
                        }
 
-                       if($total <> $maxm)
+                       if($total != $maxm)
                        {
                                if($users)
                                {




reply via email to

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