phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: news_admin/inc hook_website_mid.inc.php,NONE,1.1


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: news_admin/inc hook_website_mid.inc.php,NONE,1.1 class.uinews.inc.php,1.12,1.13 hook_website.inc.php,1.1,NONE
Date: Sun, 10 Feb 2002 22:26:01 -0500

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

Modified Files:
        class.uinews.inc.php 
Added Files:
        hook_website_mid.inc.php 
Removed Files:
        hook_website.inc.php 
Log Message:
Change hook for website



***** Error reading new file: [Errno 2] No such file or directory: 
'hook_website_mid.inc.php'
Index: class.uinews.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/class.uinews.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.uinews.inc.php        10 Feb 2002 19:34:48 -0000      1.12
--- class.uinews.inc.php        11 Feb 2002 03:25:59 -0000      1.13
***************
*** 172,176 ****
                }
  
!               function show_news_website()
                {
                        global $cat_id, $start, $oldnews;
--- 172,176 ----
                }
  
!               function show_news_website($section='mid')
                {
                        global $cat_id, $start, $oldnews;
***************
*** 189,193 ****
  
                        $this->template->set_file(array(
!                               '_news' => 'news.tpl'
                        ));
                        $this->template->set_block('_news','news_form');
--- 189,193 ----
  
                        $this->template->set_file(array(
!                               '_news' => 'news_' . $section . '.tpl'
                        ));
                        $this->template->set_block('_news','news_form');

--- hook_website.inc.php DELETED ---




reply via email to

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