Update the app_defaults so that it works correctly

This commit is contained in:
Mark Crane
2014-06-22 04:31:21 +00:00
parent ad8f34b7f7
commit fff50d15e6

View File

@@ -66,8 +66,9 @@
$array[$x]['default_setting_description'] = '';
$orm = new orm;
$orm->name('default_settings');
$orm->save($array);
$message = $orm->message;
$orm->save($array[0]);
$orm->save($array[1]);
//$message = $orm->message;
/*
$sql = "insert into v_default_settings ";