Changeset 1164
- Timestamp:
- 01/07/07 22:45:34 (6 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/cron/page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1163 r1164 2 2 * FormSelectGenerator.php: Fix incorrect $this reference in isPresent(). The bug would only manifest 3 3 itself from the FlickrPhotostream's admin interface. 4 * page.php: Fix missing retrieval of DB instance. 4 5 5 6 2007-01-03 Benoit Grégoire <bock@step.polymtl.ca> -
trunk/wifidog-auth/wifidog/cron/page.php
r1128 r1164 85 85 $sql = "SELECT node_id FROM nodes WHERE node_deployment_status = 'DEPLOYED'"; 86 86 $nodes_results = null; 87 $db = AbstractDb::getObject(); 87 88 $db->execSql($sql, $nodes_results, false); 88 89
