Changeset 781
- Timestamp:
- 09/27/05 19:33:40 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/login/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/login/index.php
r779 r781 210 210 /* Node section */ 211 211 // Get all node content 212 if ($node) { 212 213 $contents = $node->getAllContent(true, null, 'login_page'); 214 } 213 215 if($contents) 214 216 {
