Changeset 407
- Timestamp:
- 01/28/05 15:26:22 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/admin/hotspot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/admin/hotspot.php
r406 r407 170 170 //$node = Node::GetObject('default'); 171 171 //if (is_array($node_results)) // If no row return, $node_results will be NULL 172 $nodes = Node::getAllNodes ();172 $nodes = Node::getAllNodesOrdered("node_id"); 173 173 if (is_array($nodes)) { 174 174 $smarty->assign('nodes', $nodes);
