gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/common/tracker ArtifactFactory.class, 1.6, 1.7


From: gsmet
Subject: [Gforge-commits] gforge/common/tracker ArtifactFactory.class, 1.6, 1.7
Date: Tue, 05 Oct 2004 13:45:11 -0500

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

Modified Files:
        ArtifactFactory.class 
Log Message:
made resolution parameter optional so that it doesn't break anything


Index: ArtifactFactory.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/tracker/ArtifactFactory.class,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ArtifactFactory.class       5 Oct 2004 16:04:36 -0000       1.6
+++ ArtifactFactory.class       5 Oct 2004 18:45:09 -0000       1.7
@@ -88,8 +88,9 @@
         *      @param  int     Include this param if you want to limit to a 
certain assignee.
         *      @param  int     Include this param if you want to limit to a 
certain category.
         *      @param  int     Include this param if you want to limit to a 
certain group.
+        *      @param  int     Include this param if you want to limit to a 
certain resolution.
         */
-       function 
setup($offset,$order_col,$sort,$max_rows,$set,$_assigned_to,$_status,$_category,$_group,$_changed,$_resolution)
 {
+       function 
setup($offset,$order_col,$sort,$max_rows,$set,$_assigned_to,$_status,$_category,$_group,$_changed,$_resolution
 = 100) {
 //echo "<BR>offset: $offset| order: $order|max_rows: $max_rows|_assigned_to: 
$_assigned_to|_status: $_status|_category_id: $_category_id|_resolution: 
$_resolution +";
 
                if ((!$offset) || ($offset < 0)) {





reply via email to

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