mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
XURL definitions added for facebook, twitter etc.
This commit is contained in:
@@ -223,10 +223,13 @@ function update_check()
|
||||
//--------------------------------------------
|
||||
function update_core_prefs($type='')
|
||||
{
|
||||
global $pref, $e107info;
|
||||
$pref = e107::getPref();
|
||||
global $e107info;
|
||||
$admin_log = e107::getAdminLog();
|
||||
$do_save = FALSE;
|
||||
$should = get_default_prefs();
|
||||
|
||||
|
||||
|
||||
$just_check = $type == 'do' ? FALSE : TRUE; // TRUE if we're just seeing if an update is needed
|
||||
|
||||
|
Reference in New Issue
Block a user