phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: chora addsite.php,1.5,1.5.2.1 editsite.php,1.5,


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora addsite.php,1.5,1.5.2.1 editsite.php,1.5,1.5.2.1
Date: Tue, 28 Jan 2003 17:25:55 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        addsite.php editsite.php 
Log Message:
Added missing phrases and their french translation and suppressed doublon and 
corrected typo.


Index: addsite.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/addsite.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** addsite.php 20 Jun 2001 22:12:43 -0000      1.5
--- addsite.php 28 Jan 2003 22:25:51 -0000      1.5.2.1
***************
*** 36,45 ****
                if ($phpgw->db->next_record())
                {
!                       $error[$errorcount++] = lang('That site name has been 
used already !');
                }
  
                if (!$site_name)
                {
!                       $error[$errorcount++] = lang('Please enter a name for 
that site !');
                }
  
--- 36,45 ----
                if ($phpgw->db->next_record())
                {
!                       $error[$errorcount++] = lang('That site name has been 
used already!');
                }
  
                if (!$site_name)
                {
!                       $error[$errorcount++] = lang('Please enter a name for 
that site!');
                }
  

Index: editsite.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/editsite.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** editsite.php        20 Jun 2001 22:12:43 -0000      1.5
--- editsite.php        28 Jan 2003 22:25:52 -0000      1.5.2.1
***************
*** 49,53 ****
                $phpgw->db->query("SELECT count(*) from phpgw_chora_sites WHERE 
name='$site_name' AND id !='$site_id'");
                $phpgw->db->next_record();
!               if ($phpgw->db->f(0) != 0) { $error[$errorcount++] = lang('That 
site name has been used already !'); }
  
                $site_name     = addslashes($site_name);
--- 49,53 ----
                $phpgw->db->query("SELECT count(*) from phpgw_chora_sites WHERE 
name='$site_name' AND id !='$site_id'");
                $phpgw->db->next_record();
!               if ($phpgw->db->f(0) != 0) { $error[$errorcount++] = lang('That 
site name has been used already!'); }
  
                $site_name     = addslashes($site_name);





reply via email to

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