phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: chora editsite.php,1.5.2.3,1.5.2.4


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora editsite.php,1.5.2.3,1.5.2.4
Date: Fri, 28 Feb 2003 16:14:45 -0500

Update of /cvsroot/phpgroupware/chora
In directory subversions:/tmp/cvs-serv21015/chora

Modified Files:
      Tag: Version-0_9_14-branch
        editsite.php 
Log Message:
Added missing space to correlate with lang file.


Index: editsite.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/editsite.php,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -C2 -r1.5.2.3 -r1.5.2.4
*** editsite.php        28 Feb 2003 15:24:10 -0000      1.5.2.3
--- editsite.php        28 Feb 2003 21:14:42 -0000      1.5.2.4
***************
*** 79,83 ****
  
        if ($errorcount) { 
$t->set_var('message',$phpgw->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Repository %1 has been updated!',$site_name)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 79,83 ----
  
        if ($errorcount) { 
$t->set_var('message',$phpgw->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Repository %1 has been updated !',$site_name)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  





reply via email to

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