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.56, 1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php, 1.56, 1.57
Date: Mon, 15 Sep 2003 19:20:22 -0400

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

Modified Files:
        class.boprojects.inc.php 
Log Message:
notifications

Index: class.boprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.boprojects.inc.php,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** class.boprojects.inc.php    15 Sep 2003 01:12:06 -0000      1.56
--- class.boprojects.inc.php    15 Sep 2003 23:20:20 -0000      1.57
***************
*** 956,961 ****
--- 956,966 ----
                                        $values['edateformatted']       = 
$this->formatted_edate($values['edate'],False);
                                        $values['pro_title']            = 
$this->return_value('pro',$values['project_id']);
+                                       $values['employees']            = 
$this->get_acl_for_project($values['project_id']);
  
                                        $this->send_alarm($values,'mstone');
+ 
+                                       unset($values['edateformatted']);
+                                       unset($values['pro_title']);
+                                       unset($values['employees']);
                                }
                        }





reply via email to

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