phpgroupware-cvs
[Top][All Lists]
Advanced

[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.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php,1.42.2.5.2.4,1.42.2.5.2.5 class.soprojects.inc.php,1.34.2.6.2.4,1.34.2.6.2.5 class.uiprojects.inc.php,1.47.2.7.2.4,1.47.2.7.2.5
Date: Tue, 06 May 2003 11:47:48 -0400

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv24851/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.boprojects.inc.php class.soprojects.inc.php 
        class.uiprojects.inc.php 
Log Message:
update

Index: class.boprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.boprojects.inc.php,v
retrieving revision 1.42.2.5.2.4
retrieving revision 1.42.2.5.2.5
diff -C2 -r1.42.2.5.2.4 -r1.42.2.5.2.5
*** class.boprojects.inc.php    3 May 2003 23:25:39 -0000       1.42.2.5.2.4
--- class.boprojects.inc.php    6 May 2003 15:47:45 -0000       1.42.2.5.2.5
***************
*** 248,252 ****
                        if (! isset($prefs['country']) || (! 
isset($prefs['currency'])))
                        {
!                               $error[] = lang('Please specify country and 
currency in the global preferences section');
                        }
  
--- 248,252 ----
                        if (! isset($prefs['country']) || (! 
isset($prefs['currency'])))
                        {
!                               $error[] = lang('please specify country and 
currency in the global preferences section');
                        }
  
***************
*** 440,449 ****
                        if (strlen($values['descr']) >= 8000)
                        {
!                               $error[] = lang('Description can not exceed 
8000 characters in length');
                        }
  
                        if (strlen($values['title']) >= 255)
                        {
!                               $error[] = lang('Title can not exceed 255 
characters in length');
                        }
  
--- 440,449 ----
                        if (strlen($values['descr']) >= 8000)
                        {
!                               $error[] = lang('description can not exceed 
8000 characters in length');
                        }
  
                        if (strlen($values['title']) >= 255)
                        {
!                               $error[] = lang('title can not exceed 255 
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,469 ****
                                        if ($exists)
                                        {
!                                               $error[] = lang('That ID has 
been used already');
                                        }
  
                                        if (strlen($values['number']) > 25)
                                        {
!                                               $error[] = lang('ID can not 
exceed 25 characters in length');
                                        }
                                }
--- 460,469 ----
                                        if ($exists)
                                        {
!                                               $error[] = lang('that id has 
been used already');
                                        }
  
                                        if (strlen($values['number']) > 25)
                                        {
!                                               $error[] = lang('id can not 
exceed 25 characters in length');
                                        }
                                }
***************
*** 472,476 ****
                        if ((! $book_activities) && (! $bill_activities))
                        {
!                               $error[] = lang('Please choose activities for 
that project first');
                        }
  
--- 472,476 ----
                        if ((! $book_activities) && (! $bill_activities))
                        {
!                               $error[] = lang('please choose activities for 
that project first');
                        }
  
***************
*** 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');
                                }
                        }
***************
*** 506,510 ****
                                        if ($checkdate > $main_edate)
                                        {
!                                               $error[] = lang('Ending date 
can not be after main projects ending date !');
                                        }
                                }
--- 506,510 ----
                                        if ($checkdate > $main_edate)
                                        {
!                                               $error[] = lang('ending date 
can not be after main projects ending date');
                                        }
                                }
***************
*** 518,522 ****
                                        if ($checkdate < $main_sdate)
                                        {
!                                               $error[] = lang('Start date can 
not be before main projects start date !');
                                        }
                                }
--- 518,522 ----
                                        if ($checkdate < $main_sdate)
                                        {
!                                               $error[] = lang('start date can 
not be before main projects start 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,557 ****
                                        if ($exists)
                                        {
!                                               $error[] = lang('That ID has 
been used already !');
                                        }
  
                                        if (strlen($values['number']) >= 20)
                                        {
!                                               $error[] = lang('ID can not 
exceed 19 characters in length !');
                                        }
                                }
--- 548,557 ----
                                        if ($exists)
                                        {
!                                               $error[] = lang('that id has 
been used already');
                                        }
  
                                        if (strlen($values['number']) >= 20)
                                        {
!                                               $error[] = lang('id can not 
exceed 19 characters in length');
                                        }
                                }
***************
*** 560,564 ****
                        if ((! $values['billperae']) || ($values['billperae'] 
== 0))
                        {
!                               $error[] = lang('Please enter the bill !');
                        }
  
--- 560,564 ----
                        if ((! $values['billperae']) || ($values['billperae'] 
== 0))
                        {
!                               $error[] = lang('please enter the bill');
                        }
  
***************
*** 567,571 ****
                                if ((! $values['minperae']) || 
($values['minperae'] == 0))
                                {
!                                       $error[] = lang('Please enter the 
minutes per workunit !');
                                }
                        }
--- 567,571 ----
                                if ((! $values['minperae']) || 
($values['minperae'] == 0))
                                {
!                                       $error[] = lang('please enter the 
minutes per workunit');
                                }
                        }

Index: class.soprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.soprojects.inc.php,v
retrieving revision 1.34.2.6.2.4
retrieving revision 1.34.2.6.2.5
diff -C2 -r1.34.2.6.2.4 -r1.34.2.6.2.5
*** class.soprojects.inc.php    3 May 2003 23:25:39 -0000       1.34.2.6.2.4
--- class.soprojects.inc.php    6 May 2003 15:47:45 -0000       1.34.2.6.2.5
***************
*** 654,658 ****
                                while($activ=each($groups))
                                {
!                                       $this->db->query('insert into 
phpgw_p_projectmembers (project_id, account_id,type) values (0,' . $activ[1] . 
"','"
                                                                        . $ag . 
"')",__LINE__,__FILE__);
                                }
--- 654,658 ----
                                while($activ=each($groups))
                                {
!                                       $this->db->query('insert into 
phpgw_p_projectmembers (project_id, account_id,type) values (0,' . $activ[1] . 
",'"
                                                                        . $ag . 
"')",__LINE__,__FILE__);
                                }

Index: class.uiprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojects.inc.php,v
retrieving revision 1.47.2.7.2.4
retrieving revision 1.47.2.7.2.5
diff -C2 -r1.47.2.7.2.4 -r1.47.2.7.2.5
*** class.uiprojects.inc.php    3 May 2003 23:25:39 -0000       1.47.2.7.2.4
--- class.uiprojects.inc.php    6 May 2003 15:47:45 -0000       1.47.2.7.2.5
***************
*** 1211,1215 ****
                        
$GLOBALS['phpgw']->template->pfp('out','admin_list_t',True);
                        $this->save_sessiondata($action);
-                       $GLOBALS['phpgw']->common->phpgw_footer();
                }
  
--- 1211,1214 ----
***************
*** 1251,1255 ****
  
                        $GLOBALS['phpgw']->template->pfp('out','admin_add');
-                       $GLOBALS['phpgw']->common->phpgw_footer();
                }
  
--- 1250,1253 ----





reply via email to

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