mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
set default to 'core' in pref editor
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
* Administration - Database Utilities
|
* Administration - Database Utilities
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $
|
||||||
* $Revision: 1.33 $
|
* $Revision: 1.34 $
|
||||||
* $Date: 2009-09-10 12:49:47 $
|
* $Date: 2009-09-22 19:47:02 $
|
||||||
* $Author: e107coders $
|
* $Author: e107coders $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@@ -217,7 +217,7 @@ class system_tools
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if($_POST['pref_type']=='core')
|
if($_POST['pref_type']=='core' || !vartrue($_POST['pref_type']))
|
||||||
{
|
{
|
||||||
save_prefs();
|
save_prefs();
|
||||||
$emessage->add(LAN_DELETED."<ul>".$deleted_list."</ul>");
|
$emessage->add(LAN_DELETED."<ul>".$deleted_list."</ul>");
|
||||||
|
Reference in New Issue
Block a user