You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2010/04/08 16:50:04 UTC

svn commit: r931960 - /incubator/vcl/trunk/web/.ht-inc/utils.php

Author: jfthomps
Date: Thu Apr  8 14:50:04 2010
New Revision: 931960

URL: http://svn.apache.org/viewvc?rev=931960&view=rev
Log:
VCL-148

modified getUserRequests - added managementnodeid to the returned data

Modified:
    incubator/vcl/trunk/web/.ht-inc/utils.php

Modified: incubator/vcl/trunk/web/.ht-inc/utils.php
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/utils.php?rev=931960&r1=931959&r2=931960&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/utils.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/utils.php Thu Apr  8 14:50:04 2010
@@ -4471,6 +4471,7 @@ function getUserRequests($type, $id=0) {
 	       .        "c.type AS comptype, "
 	       .        "rq.forimaging, "
 	       .        "i.forcheckout, "
+	       .        "rs.managementnodeid, "
 	       .        "rq.test "
 	       . "FROM request rq, "
 	       .      "reservation rs, "