From c5d0da43e57cf812dd3a88b04740728f7ae65523 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 6 Mar 2013 15:13:54 -0800 Subject: tweaky tweak, plus add share tracking db, and don't show acl for guest postings, and experiment with compressing pcss on the fly --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index e2778d737..7c14f7925 100644 --- a/boot.php +++ b/boot.php @@ -17,7 +17,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1033 ); +define ( 'DB_UPDATE_VERSION', 1034 ); define ( 'EOL', '
' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); @@ -1828,7 +1828,7 @@ function load_contact_links($uid) { if(! $uid || x($a->contacts,'empty')) return; - logger('load_contact_links'); +// logger('load_contact_links'); $r = q("SELECT abook_id, abook_flags, abook_my_perms, abook_their_perms, xchan_hash, xchan_photo_m, xchan_name, xchan_url from abook left join xchan on abook_xchan = xchan_hash where abook_channel = %d and not (abook_flags & %d) ", intval($uid), -- cgit v1.2.3