- Timestamp:
- 03/04/2009 01:10:49 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/globals/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/globals/functions.php
r187 r189 295 295 296 296 function generate_account_code() { 297 $ret = 0;297 $ret = ''; 298 298 for ($i=1;$i<=20;$i++) { 299 299 $ret .= rand(0, 9);
Note: See TracChangeset
for help on using the changeset viewer.
