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