first partial with 'Fieldify' and 'g_prefsf' variable
[brisk.git] / web / Obj / brisk.phh
index 7262ef4..6395d70 100644 (file)
@@ -1417,7 +1417,7 @@ class Brisk
     $ret = sprintf('gst.st = %d; ',  $user_step);
 
     if ($user->is_auth()) {
-        $ret .= sprintf('g_prefsn.load(\'%s\');', json_encode($user->prefsn_get()));
+        $ret .= sprintf('/* g_prefsn.load(\'%s\'); */', json_encode($user->prefsn_get()));
     }
     if(false) {
         if ($user->flags & USER_FLAG_ISOLAUTH) {