gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/common/pm ProjectGroup.class,1.13,1.14


From: gsmet
Subject: [Gforge-commits] gforge/common/pm ProjectGroup.class,1.13,1.14
Date: Tue, 02 Nov 2004 18:16:25 -0600

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

Modified Files:
        ProjectGroup.class 
Log Message:
fixed references


Index: ProjectGroup.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/pm/ProjectGroup.class,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ProjectGroup.class  5 Oct 2004 18:30:18 -0000       1.13
+++ ProjectGroup.class  3 Nov 2004 00:16:22 -0000       1.14
@@ -310,7 +310,7 @@
        function &getCategoryObjects() {
                $res = $this->getCategories();
                while ($arr =& db_fetch_array($res)) {
-                       $cats[] =& new ArtifactCategory(&$this,$arr);
+                       $cats[] =& new ArtifactCategory($this,$arr);
                }
                return $cats[];
        }





reply via email to

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