gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/common/tracker ArtifactHistory.class, 1.2, 1.3


From: gsmet
Subject: [Gforge-commits] gforge/common/tracker ArtifactHistory.class, 1.2, 1.3
Date: Mon, 11 Oct 2004 16:48:54 -0500

Update of /cvsroot/gforge/gforge/common/tracker
In directory db.perdue.net:/tmp/cvs-serv4263/common/tracker

Modified Files:
        ArtifactHistory.class 
Log Message:
fixed ArtifactHistory

Index: ArtifactHistory.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/tracker/ArtifactHistory.class,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ArtifactHistory.class       8 Oct 2004 21:35:02 -0000       1.2
+++ ArtifactHistory.class       11 Oct 2004 21:48:52 -0000      1.3
@@ -1,6 +1,6 @@
 <?php
 /**
- * ArtifactHistory.class - Class to handle artifact categories
+ * ArtifactHistory.class - Class to handle artifact history (unused-waiting 
for SOAP)
  *
  * Copyright 2004 (c) GForge, LLC
  *
@@ -82,7 +82,7 @@
         *      @param  string  Item name.
         *      @param  int             User_id of assignee.
         *  @return id on success / false on failure.
-        */
+        * /
        function create($name, $auto_assign_to) {
                global $Language;
                
@@ -110,15 +110,11 @@
                        return false;
                }
 
-/*
-                       //
-                       //      Now set up our internal data structures
-                       //
-                       if (!$this->fetchData($id)) {
-                               return false;
-                       }
-*/
-       }
+               //      Now set up our internal data structures
+               if (!$this->fetchData($id)) {
+                       return false;
+               }
+       }*/
 
        /**
         *      fetchData - re-fetch the data for this ArtifactHistory from the 
database.
@@ -159,7 +155,7 @@
         *      getName - get the name.
         *
         *      @return string  The name.
-        */
+        * /
        function getName() {
                return $this->data_array['category_name'];
        }
@@ -168,11 +164,11 @@
         *      getAssignee - get the user_id of the person to assign this 
category to.
         *
         *      @return int user_id.
-        */
+        * /
        function getAssignee() {
                return $this->data_array['auto_assign_to'];
        }
-
+       */
 }
 
-?>
\ No newline at end of file
+?>





reply via email to

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