]> git.mxchange.org Git - friendica.git/commitdiff
more service class functionality
authorfriendica <info@friendica.com>
Mon, 25 Jun 2012 10:25:06 +0000 (03:25 -0700)
committerfriendica <info@friendica.com>
Mon, 25 Jun 2012 10:25:06 +0000 (03:25 -0700)
include/plugin.php

index e8fec4cbeae88296df046c50678d079d641fcc27..d762e8717f7067e2b0a5f609a26d8a35ca7e7b61 100644 (file)
@@ -392,3 +392,8 @@ function upgrade_message() {
        $x = upgrade_link();
        return t('This action exceeds the limits set by your subscription plan.') . (($x) ? ' ' . $x : '') ;
 }
+
+function upgrade_bool_message() {
+       $x = upgrade_link();
+       return t('This action is not available under your subscription plan.') . (($x) ? ' ' . $x : '') ;
+}