Changeset 996 for trunk/common/parameter.php
- Timestamp:
- 01/22/09 17:03:58 (3 years ago)
- File:
-
- 1 edited
-
trunk/common/parameter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/parameter.php
r852 r996 9 9 // $value raw value string stored in database 10 10 function parameter_decode($parameter_id, $value) { 11 $booleans = array(' unique_output', 'okfiles', 'rating_update');12 $ints = array('memlimit', ' tests', 'rating_timestamp');11 $booleans = array('rating_update'); 12 $ints = array('memlimit', 'rating_timestamp'); 13 13 $floats = array('timelimit'); 14 $strings = array( 'evaluator');14 $strings = array(); 15 15 16 16 if (in_array($parameter_id, $booleans)) {
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)