Changeset 1301
- Timestamp:
- 10/14/07 07:02:35 (1 year ago)
- Files:
-
- trunk/wifidog-auth/CHANGELOG (modified) (1 diff)
- trunk/wifidog-auth/wifidog/classes/Security.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wifidog-auth/CHANGELOG
r1300 r1301 1 1 # $Id$ 2 2007-10-01 Benoit Grégoire <bock@step.polymtl.ca> 3 * Remove Array type hinting in Security.php. It's not supported in PHP < 5.1. Fixes #393 4 2 5 2007-10-01 Benoit Grégoire <bock@step.polymtl.ca> 3 6 * Commited slightly modified patch by Robin Jones to implement #184 trunk/wifidog-auth/wifidog/classes/Security.php
r1278 r1301 63 63 * @param AND or OR 64 64 */ 65 private static function hasPermissionsHelper( Array$permissionsCheckArray, $operator, $user=null)65 private static function hasPermissionsHelper($permissionsCheckArray, $operator, $user=null) 66 66 { 67 67 $retval = false;
