phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: dj editdirectory.php,1.3,1.3.2.1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: dj editdirectory.php,1.3,1.3.2.1
Date: Tue, 28 Jan 2003 17:36:06 -0500

Update of /cvsroot/phpgroupware/dj
In directory subversions:/tmp/cvs-serv11985/dj

Modified Files:
      Tag: Version-0_9_14-branch
        editdirectory.php 
Log Message:
Added missing phrases and their french translation and corrected a doublon.


Index: editdirectory.php
===================================================================
RCS file: /cvsroot/phpgroupware/dj/editdirectory.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** editdirectory.php   15 Sep 2001 12:02:51 -0000      1.3
--- editdirectory.php   28 Jan 2003 22:36:04 -0000      1.3.2.1
***************
*** 39,43 ****
        {
                $errorcount = 0;
!               if (!$dir_name) { $error[$errorcount++] = lang('Please enter a 
name for that directory!'); }
  
                $GLOBALS['phpgw']->db->query("SELECT count(*) from 
phpgw_dj_directories WHERE dir_name='$dir_name' AND dir_id !='$dir_id'");
--- 39,43 ----
        {
                $errorcount = 0;
!               if (!$dir_name) { $error[$errorcount++] = lang('Please enter a 
name for that directory !'); }
  
                $GLOBALS['phpgw']->db->query("SELECT count(*) from 
phpgw_dj_directories WHERE dir_name='$dir_name' AND dir_id !='$dir_id'");





reply via email to

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