phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.6.2.7,1.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.6.2.7,1.6.2.8
Date: Mon, 03 Mar 2003 17:27:42 -0500

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv8198/admin/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.uicategories.inc.php 
Log Message:
Changed all x's to %'s in the api (will be commited by Ralf) and the other apps 
using them.


Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uicategories.inc.php,v
retrieving revision 1.6.2.7
retrieving revision 1.6.2.8
diff -C2 -r1.6.2.7 -r1.6.2.8
*** class.uicategories.inc.php  27 Feb 2003 21:30:35 -0000      1.6.2.7
--- class.uicategories.inc.php  3 Mar 2003 22:27:10 -0000       1.6.2.8
***************
*** 285,289 ****
                                {
                                        $this->bo->save_cat($values);
!                                       
$this->template->set_var('message',lang('Category x has been added !', 
$cat_name));
                                }
                        }
--- 285,289 ----
                                {
                                        $this->bo->save_cat($values);
!                                       
$this->template->set_var('message',lang('Category %1 has been added !', 
$cat_name));
                                }
                        }
***************
*** 358,362 ****
                                {
                                        $this->cat_id = 
$this->bo->save_cat($values);
!                                       
$this->template->set_var('message',lang('Category x has been updated 
!',$cat_name));
                                }
                        }
--- 358,362 ----
                                {
                                        $this->cat_id = 
$this->bo->save_cat($values);
!                                       
$this->template->set_var('message',lang('Category %1 has been updated 
!',$cat_name));
                                }
                        }





reply via email to

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