- Timestamp:
- 01/09/2010 05:02:24 PM (2 years ago)
- File:
-
- 1 edited
-
branches/awmn/globals/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/awmn/globals/functions.php
r207 r229 253 253 for ($i=1;$i<=$d;$i++) { 254 254 $t1[$p] = $t[$p] * pow(10,$i); 255 if ($t1[$p] > 255) continue; 255 256 $t2[$p] = $t1[$p] + pow(10,$i) - 1; 256 257 if ($t2[$p] > 255) $t2[$p] = 255;
Note: See TracChangeset
for help on using the changeset viewer.
