phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: news_admin index.php,1.8,1.9


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: news_admin index.php,1.8,1.9
Date: Mon, 02 Jun 2003 23:15:14 -0400

Update of /cvsroot/phpgroupware/news_admin
In directory subversions:/tmp/cvs-serv13424

Modified Files:
        index.php 
Log Message:
ACL
configurable RSS exports
clean up


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** index.php   27 Jan 2002 00:37:25 -0000      1.8
--- index.php   3 Jun 2003 03:15:09 -0000       1.9
***************
*** 17,25 ****
        $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp' => 'news_admin'
        );
        include('../header.inc.php');
  
!       ExecMethod('news_admin.uinews.show_news',True);
  
        $GLOBALS['phpgw']->common->phpgw_footer();
--- 17,29 ----
        $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp' => 'news_admin',
!               'noheader' => True,
!               'nonavbar' => True,
        );
+ 
        include('../header.inc.php');
  
!       $ui= createobject('news_admin.ui');
!       $ui->read_news();
  
        $GLOBALS['phpgw']->common->phpgw_footer();





reply via email to

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