Changeset 189 for trunk


Ignore:
Timestamp:
03/04/2009 01:10:49 AM (3 years ago)
Author:
cirrus
Message:

Fixed activation code bug introduced in Changeset [187]. Thanks to Acinonyx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/globals/functions.php

    r187 r189  
    295295 
    296296function generate_account_code() { 
    297         $ret = 0; 
     297        $ret = ''; 
    298298        for ($i=1;$i<=20;$i++) { 
    299299                $ret .= rand(0, 9); 
Note: See TracChangeset for help on using the changeset viewer.