[geeklog-cvs] geeklog: Blast from the past - "layout" blocks are long gone

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Feb 17 14:32:23 EST 2010


changeset 7733:5b33319cf684
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5b33319cf684
user: Dirk Haun <dirk at haun-online.de>
date: Wed Feb 17 17:17:12 2010 +0100
description:
Blast from the past - "layout" blocks are long gone

diffstat:

 public_html/usersettings.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c6c6219eb470 -r 5b33319cf684 public_html/usersettings.php
--- a/public_html/usersettings.php	Wed Feb 17 17:13:11 2010 +0100
+++ b/public_html/usersettings.php	Wed Feb 17 17:17:12 2010 +0100
@@ -658,7 +658,7 @@
     if (!empty ($permissions)) {
         $whereblock .= $permissions . ' AND ';
     }
-    $whereblock .= "((type != 'layout' AND type != 'gldefault' AND is_enabled = 1) OR "
+    $whereblock .= "((type != 'gldefault' AND is_enabled = 1) OR "
                  . "(type = 'gldefault' AND is_enabled = 1 AND name IN ('whats_new_block','older_stories'))) "
                  . "ORDER BY onleft desc,blockorder,title";
     $preferences->set_var ('boxes_checklist', COM_checkList ($_TABLES['blocks'],



More information about the geeklog-cvs mailing list