Changeset 708 for branches/0.4/web/addons/job_monarch/index.php
- Timestamp:
- 03/21/13 18:27:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/web/addons/job_monarch/index.php
r688 r708 47 47 $httpvars = new HTTPVariables( $HTTP_GET_VARS, $_GET ); 48 48 $clustername = $httpvars->getClusterName(); 49 $view = $httpvars->getHttpVar( " view" );49 $view = $httpvars->getHttpVar( "j_view" ); 50 50 51 51 $filter = array();
Note: See TracChangeset
for help on using the changeset viewer.