gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/frs/include frs_utils.php,1.4,1.5


From: mpeltier
Subject: [Gforge-commits] gforge/www/frs/include frs_utils.php,1.4,1.5
Date: Sun, 12 Dec 2004 08:57:31 -0600

Update of /cvsroot/gforge/gforge/www/frs/include
In directory db.perdue.net:/tmp/cvs-serv10071/www/frs/include

Modified Files:
        frs_utils.php 
Log Message:
Rollbacked my previous commits that did not resolve properly the bug
[#663]. Sorry about that - will send only patchs in the future.


Index: frs_utils.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/frs/include/frs_utils.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- frs_utils.php       12 Dec 2004 00:08:09 -0000      1.4
+++ frs_utils.php       12 Dec 2004 14:57:29 -0000      1.5
@@ -113,7 +113,7 @@
 
 */
 
-function frs_show_status_popup ($name='status_id', $checked_val='xzxz') {
+function frs_show_status_popup ($name='status_id', $checked_val="xzxz") {
        /*
                return a pop-up select box of statuses
        */
@@ -130,7 +130,7 @@
 
 */
 
-function frs_show_filetype_popup ($name='type_id', $checked_val='xzxz') {
+function frs_show_filetype_popup ($name='type_id', $checked_val="xzxz") {
        /*
                return a pop-up select box of the available filetypes
        */
@@ -147,7 +147,7 @@
 
 */
 
-function frs_show_processor_popup ($name='processor_id', $checked_val='xzxz') {
+function frs_show_processor_popup ($name='processor_id', $checked_val="xzxz") {
        /*
                return a pop-up select box of the available processors 
        */
@@ -165,7 +165,7 @@
 */
 
 
-function frs_show_release_popup ($group_id, $name='package_release_ids', 
$checked_val='xzxz') {
+function frs_show_release_popup ($group_id, $name='release_id', 
$checked_val="xzxz") {
        /*
                return a pop-up select box of releases for the project
        */
@@ -174,7 +174,7 @@
                return 'ERROR - GROUP ID REQUIRED';
        } else {
                if (!isset($FRS_RELEASE_RES)) {
-                       $FRS_RELEASE_RES=db_query("SELECT 
frs_package.package_id || ':' || frs_release.release_id,(frs_package.name || ' 
: ' || frs_release.name) ".
+                       $FRS_RELEASE_RES=db_query("SELECT 
frs_release.release_id,(frs_package.name || ' : ' || frs_release.name) ".
                                "FROM frs_release,frs_package ".
                                "WHERE frs_package.group_id='$group_id' ".
                                "AND 
frs_release.package_id=frs_package.package_id");
@@ -190,7 +190,7 @@
 
 */
 
-function frs_show_package_popup ($group_id, $name='package_id', 
$checked_val='xzxz') {
+function frs_show_package_popup ($group_id, $name='package_id', 
$checked_val="xzxz") {
        /*
                return a pop-up select box of packages for this project
        */





reply via email to

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