phpBMS

Show
Ignore:
Timestamp:
04/07/09 11:44:18 (3 years ago)
Author:
nate
Message:
  • Merged Nathan branch back into trunk.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/adminsettings.php

    r448 r485  
    8686        $theform->addField($theinput); 
    8787 
    88         $theinput = new inputField("currency_sym",$therecord["currency_sym"],"currency symbol",true,NULL,4,1); 
     88        $theinput = new inputField("currency_sym",$therecord["currency_sym"],"currency symbol",true,NULL,5,5); 
    8989        $theform->addField($theinput); 
    9090 
     
    225225                                <option value="UK - Loose" <?php if($therecord["phone_format"] == "UK - Loose")  echo "selected=\"selected\"";?>>UK - Loose</option> 
    226226                                <option value="International" <?php if($therecord["phone_format"] == "International")  echo "selected=\"selected\"";?>>International</option> 
     227                                <option value="No Verification" <?php if($therecord["phone_format"] == "No Verification")  echo "selected=\"selected\"";?>>No Verification</option> 
    227228                        </select> 
    228229                </p> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.