[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php,1.3
From: |
Guillaume Courtois <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php,1.36.2.9,1.36.2.10 class.uifields.inc.php,1.3.2.1,1.3.2.2 |
Date: |
Mon, 27 Jan 2003 15:05:58 -0500 |
Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv12560/addressbook/inc
Modified Files:
Tag: Version-0_9_14-branch
class.uiaddressbook.inc.php class.uifields.inc.php
Log Message:
Added missing phrases and corrected two doublons.
Index: class.uiaddressbook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php,v
retrieving revision 1.36.2.9
retrieving revision 1.36.2.10
diff -C2 -r1.36.2.9 -r1.36.2.10
*** class.uiaddressbook.inc.php 16 Sep 2002 00:08:28 -0000 1.36.2.9
--- class.uiaddressbook.inc.php 27 Jan 2003 20:05:55 -0000 1.36.2.10
***************
*** 817,821 ****
$colname[$column[0]] = $column[1];
}
! $noprefs = ' - ' . lang('Please set your
preferences for this app');
}
--- 817,821 ----
$colname[$column[0]] = $column[1];
}
! $noprefs = ' - ' . lang('Please set your
preferences for this application');
}
Index: class.uifields.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uifields.inc.php,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** class.uifields.inc.php 13 Apr 2002 03:22:43 -0000 1.3.2.1
--- class.uifields.inc.php 27 Jan 2003 20:05:56 -0000 1.3.2.2
***************
*** 229,233 ****
if(!$field_name)
{
! $error[$errorcount++] = lang('Please
enter a name for that field!');
}
--- 229,233 ----
if(!$field_name)
{
! $error[$errorcount++] = lang('Please
enter a name for that field !');
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php,1.36.2.9,1.36.2.10 class.uifields.inc.php,1.3.2.1,1.3.2.2,
Guillaume Courtois <address@hidden> <=