[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php,1.42.2.5.
From: |
Guillaume Courtois <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php,1.42.2.5.2.5,1.42.2.5.2.6 |
Date: |
Wed, 14 May 2003 16:50:41 -0400 |
Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv24849/projects/inc
Modified Files:
Tag: Version-0_9_16-branch
class.boprojects.inc.php
Log Message:
Let's suppress some doublons !
Index: class.boprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.boprojects.inc.php,v
retrieving revision 1.42.2.5.2.5
retrieving revision 1.42.2.5.2.6
diff -C2 -r1.42.2.5.2.5 -r1.42.2.5.2.6
*** class.boprojects.inc.php 6 May 2003 15:47:45 -0000 1.42.2.5.2.5
--- class.boprojects.inc.php 14 May 2003 20:50:38 -0000 1.42.2.5.2.6
***************
*** 440,444 ****
if (strlen($values['descr']) >= 8000)
{
! $error[] = lang('description can not exceed
8000 characters in length');
}
--- 440,444 ----
if (strlen($values['descr']) >= 8000)
{
! $error[] = lang('Description can not exceed
8000 characters in length !');
}
***************
*** 452,456 ****
if (! $values['number'])
{
! $error[] = lang('please enter an id');
}
else
--- 452,456 ----
if (! $values['number'])
{
! $error[] = lang('Please enter an ID !');
}
else
***************
*** 460,464 ****
if ($exists)
{
! $error[] = lang('that id has
been used already');
}
--- 460,464 ----
if ($exists)
{
! $error[] = lang('That ID has
been used already !');
}
***************
*** 479,483 ****
if (!
checkdate($values['smonth'],$values['sday'],$values['syear']))
{
! $error[] = lang('you have entered an
invalid start date');
}
}
--- 479,483 ----
if (!
checkdate($values['smonth'],$values['sday'],$values['syear']))
{
! $error[] = lang('You have entered an
invalid start date !');
}
}
***************
*** 487,491 ****
if (!
checkdate($values['emonth'],$values['eday'],$values['eyear']))
{
! $error[] = lang('you have entered an
invalid end date');
}
}
--- 487,491 ----
if (!
checkdate($values['emonth'],$values['eday'],$values['eyear']))
{
! $error[] = lang('You have entered an
invalid end date !');
}
}
***************
*** 533,537 ****
if (strlen($values['descr']) >= 255)
{
! $error[] = lang('description can not exceed 255
characters in length');
}
--- 533,537 ----
if (strlen($values['descr']) >= 255)
{
! $error[] = lang('Description can not exceed 255
characters in length !');
}
***************
*** 540,544 ****
if (! $values['number'])
{
! $error[] = lang('please enter an id');
}
else
--- 540,544 ----
if (! $values['number'])
{
! $error[] = lang('Please enter an ID !');
}
else
***************
*** 548,552 ****
if ($exists)
{
! $error[] = lang('that id has
been used already');
}
--- 548,552 ----
if ($exists)
{
! $error[] = lang('That ID has
been used already !');
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php,1.42.2.5.2.5,1.42.2.5.2.6,
Guillaume Courtois <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: projects/setup phpgw_en.lang,1.25.2.4.2.4,1.25.2.4.2.5
- Next by Date:
[Phpgroupware-cvs] CVS: projects/setup phpgw_en.lang,1.25.2.4.2.3,1.25.2.4.2.4 phpgw_fr.lang,1.1.2.6.2.2,1.1.2.6.2.3
- Previous by thread:
[Phpgroupware-cvs] CVS: projects/setup phpgw_en.lang,1.25.2.4.2.4,1.25.2.4.2.5
- Next by thread:
[Phpgroupware-cvs] CVS: projects/setup phpgw_en.lang,1.25.2.4.2.3,1.25.2.4.2.4 phpgw_fr.lang,1.1.2.6.2.2,1.1.2.6.2.3
- Index(es):