projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a098e
)
more service class functionality
author
friendica
<info@friendica.com>
Mon, 25 Jun 2012 10:25:06 +0000
(
03:25
-0700)
committer
friendica
<info@friendica.com>
Mon, 25 Jun 2012 10:25:06 +0000
(
03:25
-0700)
include/plugin.php
patch
|
blob
|
history
diff --git
a/include/plugin.php
b/include/plugin.php
index e8fec4cbeae88296df046c50678d079d641fcc27..d762e8717f7067e2b0a5f609a26d8a35ca7e7b61 100644
(file)
--- a/
include/plugin.php
+++ b/
include/plugin.php
@@
-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 : '') ;
+}