gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/common/tracker Artifact.class, 1.22, 1.23 Artifa


From: gsmet
Subject: [Gforge-commits] gforge/common/tracker Artifact.class, 1.22, 1.23 ArtifactHistory.class, 1.1, 1.2
Date: Fri, 08 Oct 2004 16:35:05 -0500

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

Modified Files:
        Artifact.class ArtifactHistory.class 
Log Message:
fixed a lot of malformed strings
fixed missing $ in variable name
fixed some parse errors

Index: Artifact.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/tracker/Artifact.class,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Artifact.class      7 Oct 2004 19:30:49 -0000       1.22
+++ Artifact.class      8 Oct 2004 21:35:02 -0000       1.23
@@ -1135,7 +1135,7 @@
                }
 
                $body .= "\n\nYou can respond by visiting: ".
-               
"\nhttp://$GLOBALS[sys_default_domain]/tracker/?func=detail&atid=";. 
$this->ArtifactType->getID() .
+               
"\nhttp://".$GLOBALS['sys_default_domain']."/tracker/?func=detail&atid=". 
$this->ArtifactType->getID() .
                        "&aid=". $this->getID() .
                        "&group_id=". $this->ArtifactType->Group->getID();
 

Index: ArtifactHistory.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/tracker/ArtifactHistory.class,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ArtifactHistory.class       28 Feb 2004 14:11:52 -0000      1.1
+++ ArtifactHistory.class       8 Oct 2004 21:35:02 -0000       1.2
@@ -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;
                
@@ -159,7 +159,7 @@
         *      getName - get the name.
         *
         *      @return string  The name.
-        * /
+        */
        function getName() {
                return $this->data_array['category_name'];
        }
@@ -168,11 +168,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]