Changeset 75 for trunk/www/Base
- Timestamp:
- Aug 24, 2009, 1:18:40 PM (15 years ago)
- Location:
- trunk/www/Base
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Base/Include.php
r69 r75 4 4 include('Base/Error.php'); 5 5 include('Base/Database.php'); 6 include('Base/ Code.php');6 include('Base/UTF8.php'); 7 7 include('Base/System.php'); 8 8 include('Base/Global.php'); -
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.