From caebcc5e83742aabc28918fd9f1aa9d71c67201e Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 4 Nov 2012 13:43:28 -0800 Subject: [PATCH] rev update --- boot.php | 2 +- mod/notifications.php | 2 +- util/messages.po | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boot.php b/boot.php index 9e4c8f0552..2628c0f3f1 100644 --- a/boot.php +++ b/boot.php @@ -11,7 +11,7 @@ require_once('include/cache.php'); require_once('library/Mobile_Detect/Mobile_Detect.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1516' ); +define ( 'FRIENDICA_VERSION', '3.0.1517' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1156 ); diff --git a/mod/notifications.php b/mod/notifications.php index 547a26d9e0..b8029fd03f 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -245,7 +245,7 @@ function notifications_content(&$a) { $notif_content = ''; - if (count($r) > 0) { + if ($r) { foreach ($r as $it) { switch($it['verb']){ diff --git a/util/messages.po b/util/messages.po index 8f7293eeba..7c5b8afa59 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 3.0.1516\n" +"Project-Id-Version: 3.0.1517\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-11-03 15:31-0700\n" +"POT-Creation-Date: 2012-11-04 10:00-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"