Update the app_defaults so that it works correctly
This commit is contained in:
@@ -66,8 +66,9 @@
|
|||||||
$array[$x]['default_setting_description'] = '';
|
$array[$x]['default_setting_description'] = '';
|
||||||
$orm = new orm;
|
$orm = new orm;
|
||||||
$orm->name('default_settings');
|
$orm->name('default_settings');
|
||||||
$orm->save($array);
|
$orm->save($array[0]);
|
||||||
$message = $orm->message;
|
$orm->save($array[1]);
|
||||||
|
//$message = $orm->message;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$sql = "insert into v_default_settings ";
|
$sql = "insert into v_default_settings ";
|
||||||
|
|||||||
Reference in New Issue
Block a user