phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] skel/class.base.php, 1.1.2.1.2.17


From: nomail
Subject: [Phpgroupware-cvs] skel/class.base.php, 1.1.2.1.2.17
Date: Thu, 20 May 2004 18:13:38 -0000

Update of /skel
Modified Files:
        Branch: proposal-branch
          class.base.php

date: 2004/04/23 05:40:15;  author: jengo;  state: Exp;  lines: +3 -3

Log Message:
Preferences should point to api.base.prefs *NOT* skel.base.prefs ... the API 
handles this
=====================================================================
No syntax errors detected in -
=====================================================================
Index: skel/class.base.php
diff -u skel/class.base.php:1.1.2.1.2.16 skel/class.base.php:1.1.2.1.2.17
--- skel/class.base.php:1.1.2.1.2.16    Fri Apr 16 20:59:49 2004
+++ skel/class.base.php Fri Apr 23 05:40:15 2004
@@ -66,7 +66,7 @@
                        if (! $GLOBALS['api_account_mgr_menus_loaded'])
                        {
                                $GLOBALS['phpgw']->add_appmenu('App 
menu','Home','skel.base.start');
-                               $GLOBALS['phpgw']->add_appmenu('App 
menu','Preferences','skel.base.prefs&appname=skel');
+                               $GLOBALS['phpgw']->add_appmenu('App 
menu','Preferences','api.base.prefs&appname=skel');
                                $GLOBALS['phpgw']->add_appmenu('App menu','ACL 
Tester','skel.base.acl_tester');
                                $GLOBALS['phpgw']->add_appmenu('App menu','HTML 
Outputted by app','skel.base.htmloutputtest');
                                $GLOBALS['phpgw']->add_appmenu('App 
menu','Display all docs','skel.base.view_docs');




reply via email to

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