Changeset 676 for trunk/wifidog-auth/wifidog/hotspot_status.php
- Timestamp:
- 07/14/05 22:30:43 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/hotspot_status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/hotspot_status.php
r675 r676 115 115 116 116 // Node ID 117 $ id = $xmldoc->createElement("nodeId", $node_row['node_id']);118 $node->appendChild($ id, $node_row['node_id']);117 $nodeId = $xmldoc->createElement("nodeId", $node_row['node_id']); 118 $node->appendChild($nodeId); 119 119 120 120 if (!empty ($node_row['creation_date']))
