Changeset 75 for trunk/www/Base/System.php
- Timestamp:
- Aug 24, 2009, 1:18:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Base/System.php
r69 r75 193 193 return((float)$Usec + (float)$Sec); 194 194 } 195 196 function Translate($Text) 197 { 198 global $Translation; 199 200 if(array_key_exists($Text, $Translation)) return($Translation[$Text]); 201 else return('#'.$Text); 202 } 195 203 } 196 204
Note:
See TracChangeset
for help on using the changeset viewer.