phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/inc/hook_admin.inc.php, 1.5


From: nomail
Subject: [Phpgroupware-cvs] sitemgr/inc/hook_admin.inc.php, 1.5
Date: Wed, 21 Jul 2004 01:22:53 +0200

Update of /sitemgr/inc
Modified Files:
        Branch: 
          hook_admin.inc.php

date: 2004/07/20 23:22:53;  author: skwashd;  state: Exp;  lines: +4 -4

Log Message:
merge from 16
=====================================================================
Index: sitemgr/inc/hook_admin.inc.php
diff -u sitemgr/inc/hook_admin.inc.php:1.4 sitemgr/inc/hook_admin.inc.php:1.5
--- sitemgr/inc/hook_admin.inc.php:1.4  Thu May 22 02:36:53 2003
+++ sitemgr/inc/hook_admin.inc.php      Tue Jul 20 23:22:53 2004
@@ -19,13 +19,13 @@
                );
 
 //Do not modify below this line
-               if 
((int)substr($GLOBALS['phpgw_info']['server']['versions']['phpgwapi'],4)>14)
+               if 
(intval(substr($GLOBALS['phpgw_info']['server']['versions']['phpgwapi'],4)) > 
16)
                {
-               $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
+                       
$GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
                }
                else
                {
-               display_section($appname,$title,$file);
+                       display_section($appname,$title,$file);
                }
        }
 ?>




reply via email to

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