Index: branches/5.2.x/units/orders/orders_config.php =================================================================== diff -u -N -r15589 -r16202 --- branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 15589) +++ branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 16202) @@ -1,6 +1,6 @@ Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', - 'options' => Array (0 => 'la_opt_Invalid', 1 => 'la_opt_Verified', 2 => 'la_opt_Penging'), + 'options' => Array (0 => 'la_opt_Invalid', 1 => 'la_opt_Verified', 2 => 'la_opt_Pending'), 'use_phrases' =>1, 'not_null' => 1, 'default' => 2, ), 'GWResult1' => Array ('type' => 'string', 'formatter' => 'kSerializedFormatter', 'default' => NULL), @@ -591,4 +591,4 @@ ), ), ), - ); \ No newline at end of file + );