phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/inc class.bo.inc.php,1.1.2.5,1.1.2.6


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/inc class.bo.inc.php,1.1.2.5,1.1.2.6
Date: Sat, 13 Apr 2002 14:57:42 -0400

Update of /cvsroot/phpgroupware/todo/inc
In directory subversions:/tmp/cvs-serv15569

Modified Files:
      Tag: Version-0_9_14-branch
        class.bo.inc.php 
Log Message:
fix

Index: class.bo.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/class.bo.inc.php,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** class.bo.inc.php    10 Apr 2002 02:58:57 -0000      1.1.2.5
--- class.bo.inc.php    13 Apr 2002 18:57:38 -0000      1.1.2.6
***************
*** 11,15 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
  
--- 11,14 ----
***************
*** 284,289 ****
                function check_values($values)
                {
!                       $datetime = createobject('phpgwapi.datetime');
!                       
                        if (!$values['title'])
                        {
--- 283,288 ----
                function check_values($values)
                {
!                       $datetime = CreateObject('phpgwapi.datetime');
! 
                        if (!$values['title'])
                        {
***************
*** 303,307 ****
                        if ($values['smonth'] || $values['sday'] || 
$values['syear'])
                        {
!                               if(! 
$datetime->date_valid($values['syear'],$values['smonth'],$values['sday'])
                                {
                                        $error[] = lang('You have entered an 
starting invalid date');
--- 302,306 ----
                        if ($values['smonth'] || $values['sday'] || 
$values['syear'])
                        {
!                               if(! 
$datetime->date_valid($values['syear'],$values['smonth'],$values['sday']))
                                {
                                        $error[] = lang('You have entered an 
starting invalid date');
***************
*** 311,315 ****
                        if ($values['emonth'] || $values['eday'] || 
$values['eyear'])
                        {
!                               if(! 
$datetime->date_valid($values['eyear'],$values['emonth'],$values['eday'])
                                {
                                        $error[] = lang('You have entered an 
ending invalid date');
--- 310,314 ----
                        if ($values['emonth'] || $values['eday'] || 
$values['eyear'])
                        {
!                               if(! 
$datetime->date_valid($values['eyear'],$values['emonth'],$values['eday']))
                                {
                                        $error[] = lang('You have entered an 
ending invalid date');




reply via email to

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