1
0
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:
Cameron
2013-03-11 02:32:19 -07:00
parent c89363e784
commit 14044fc25a
5 changed files with 45 additions and 29 deletions

View File

@@ -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