6 lines
176 B
PHP
6 lines
176 B
PHP
|
|
<?php
|
||
|
|
// created: 2012-02-01 15:01:07
|
||
|
|
$dictionary['Account']['fields']['payment_method']['len']=100;
|
||
|
|
$dictionary['Account']['fields']['payment_method']['required']=false;
|
||
|
|
|
||
|
|
?>
|