phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] news_admin/inc class.uinews.inc.php


From: Caeies
Subject: [Phpgroupware-cvs] news_admin/inc class.uinews.inc.php
Date: Wed, 24 Jan 2007 16:48:06 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    news_admin
Changes by:     Caeies <Caeies> 07/01/24 16:48:06

Modified files:
        inc            : class.uinews.inc.php 

Log message:
        some call to link() fixed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/news_admin/inc/class.uinews.inc.php?cvsroot=phpgroupware&r1=1.44&r2=1.45

Patches:
Index: class.uinews.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/class.uinews.inc.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- class.uinews.inc.php        19 Aug 2006 13:38:26 -0000      1.44
+++ class.uinews.inc.php        24 Jan 2007 16:48:06 -0000      1.45
@@ -9,7 +9,7 @@
  *  option) any later version.                                              *
  \**************************************************************************/
 
-/* $Id: class.uinews.inc.php,v 1.44 2006/08/19 13:38:26 skwashd Exp $ */
+/* $Id: class.uinews.inc.php,v 1.45 2007/01/24 16:48:06 Caeies Exp $ */
 
 class uinews
 {
@@ -380,7 +380,7 @@
                $this->template->set_var('lang_no',lang('No'));
 
                
$this->template->set_var('link_yes',$GLOBALS['phpgw']->link('/index.php','menuaction=news_admin.uinews.delete_item&news_id='
 . $news_id));
-               
$this->template->set_var('link_no',$GLOBALS['phpgw']->link('/index.php','menuaction=news_admin.uinews.write_news'));
+               
$this->template->set_var('link_no',$GLOBALS['phpgw']->link('/index.php', 
array('menuaction' => 'news_admin.uinews.write_news')));
 
                $this->template->pfp('_out','form');
        }
@@ -704,7 +704,7 @@
                        $this->template->parse('rows','row_empty',True);
                }
 
-               
$this->template->set_var('link_add',$GLOBALS['phpgw']->link('/index.php','menuaction=news_admin.uinews.add'));
+               
$this->template->set_var('link_add',$GLOBALS['phpgw']->link('/index.php', 
array('menuaction' => 'news_admin.uinews.add')));
                $this->template->set_var('lang_add',lang('Add new news'));
 
                $this->template->pfp('out','list');




reply via email to

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