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