phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/starter.inc.php, 1.1.1.1.2.36


From: nomail
Subject: [Phpgroupware-cvs] api/starter.inc.php, 1.1.1.1.2.36
Date: Tue, 6 Jul 2004 09:24:02 +0200

Update of /api
Modified Files:
        Branch: proposal-branch
          starter.inc.php

date: 2004/07/06 07:24:02;  author: jengo;  state: Exp;  lines: +3 -3

Log Message:
Initial work to ACL, more info is in the wiki journal
=====================================================================
Index: api/starter.inc.php
diff -u api/starter.inc.php:1.1.1.1.2.35 api/starter.inc.php:1.1.1.1.2.36
--- api/starter.inc.php:1.1.1.1.2.35    Tue Jun 22 14:15:46 2004
+++ api/starter.inc.php Tue Jul  6 07:24:02 2004
@@ -297,9 +297,9 @@
                                $GLOBALS['msgbox']->add('Attempted access for a 
protected method: ' . $methodname, 'fatal');
                                
$GLOBALS['phpgw']->interface->handle_result($result);
                        }
-                       
+
                        ob_start();
-                       
+
                        $result = execMethod($methodname,$inputs);
                        
                        if($result == '##NOMETHOD##')




reply via email to

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