fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10099] Logistic: Deleted static statement in front o


From: Torstein
Subject: [Fmsystem-commits] [10099] Logistic: Deleted static statement in front of class fields
Date: Wed, 03 Oct 2012 08:05:56 +0000

Revision: 10099
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10099
Author:   vator
Date:     2012-10-03 08:05:55 +0000 (Wed, 03 Oct 2012)
Log Message:
-----------
Logistic: Deleted static statement in front of class fields

Modified Paths:
--------------
    trunk/logistic/inc/model/class.project.inc.php

Modified: trunk/logistic/inc/model/class.project.inc.php
===================================================================
--- trunk/logistic/inc/model/class.project.inc.php      2012-10-03 08:05:13 UTC 
(rev 10098)
+++ trunk/logistic/inc/model/class.project.inc.php      2012-10-03 08:05:55 UTC 
(rev 10099)
@@ -33,11 +33,11 @@
                {
                                public static $so;
 
-                               protected static $id;
-                               protected static $name;
-                               protected static $project_type_id;
-                               protected static $project_type_label;
-                               protected static $description;
+                               protected $id;
+                               protected $name;
+                               protected $project_type_id;
+                               protected $project_type_label;
+                               protected $description;
 
                                /**
                                * Constructor.  Takes an optional ID.  If a 
contract is created from outside




reply via email to

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