6 lines
174 B
PHP
6 lines
174 B
PHP
|
|
<?php
|
||
|
|
// created: 2011-09-30 13:53:33
|
||
|
|
$dictionary['Account']['fields']['classification']['default']='11';
|
||
|
|
$dictionary['Account']['fields']['classification']['len']=100;
|
||
|
|
|
||
|
|
?>
|