fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10131] Controller: Removed fields created_user and c


From: Torstein
Subject: [Fmsystem-commits] [10131] Controller: Removed fields created_user and created_date from edit
Date: Mon, 08 Oct 2012 06:13:36 +0000

Revision: 10131
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10131
Author:   vator
Date:     2012-10-08 06:13:36 +0000 (Mon, 08 Oct 2012)
Log Message:
-----------
Controller: Removed fields created_user and created_date from edit

Modified Paths:
--------------
    trunk/logistic/inc/class.soactivity.inc.php

Modified: trunk/logistic/inc/class.soactivity.inc.php
===================================================================
--- trunk/logistic/inc/class.soactivity.inc.php 2012-10-08 06:04:38 UTC (rev 
10130)
+++ trunk/logistic/inc/class.soactivity.inc.php 2012-10-08 06:13:36 UTC (rev 
10131)
@@ -59,7 +59,7 @@
                                'end_date',
                                'responsible_user_id',
                                'create_user',
-                               'create_date'
+                               'create_date',
                                'update_user',
                                'update_date'
                        );
@@ -73,7 +73,7 @@
                                $this->marshal($activity->get_end_date(), 
'int'),
                                
$this->marshal($activity->get_responsible_user_id(), 'int'),
                                $this->marshal($activity->get_create_user(), 
'int'),
-                               $this->marshal(strtotime('now'), 'int')
+                               $this->marshal(strtotime('now'), 'int'),
                                $this->marshal($activity->get_update_user(), 
'int'),
                                $this->marshal(strtotime('now'), 'int')
                        );
@@ -104,8 +104,6 @@
                                'start_date=' . 
$this->marshal($activity->get_start_date(), 'int'),
                                'end_date=' . 
$this->marshal($activity->get_end_date(), 'int'),
                                'responsible_user_id=' . 
$this->marshal($activity->get_responsible_user_id(), 'int'),
-                               'create_user=' . 
$this->marshal($activity->get_create_user(), 'int'),
-                               'create_date=' . 
$this->marshal(strtotime('now'), 'int')
                                'update_user=' . 
$this->marshal($activity->get_update_user(), 'int'),
                                'update_date=' . 
$this->marshal(strtotime('now'), 'int')
                        );




reply via email to

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