diff options
author | friendica <info@friendica.com> | 2013-03-12 00:55:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-12 00:55:29 -0700 |
commit | f3f341eb8d301262756f75b40276b90b2f6b8595 (patch) | |
tree | a81a7f911f63e90e3af80df8792c86072e333efd | |
parent | 6c9db5a1cf7e47081bfe1205f5e03bf6ca39b704 (diff) | |
download | volse-hubzilla-f3f341eb8d301262756f75b40276b90b2f6b8595.tar.gz volse-hubzilla-f3f341eb8d301262756f75b40276b90b2f6b8595.tar.bz2 volse-hubzilla-f3f341eb8d301262756f75b40276b90b2f6b8595.zip |
tell it like it is.
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | include/bbcode.php | 1 | ||||
-rw-r--r-- | version.inc | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Experimental project fork. Nothing is tested. Everything is ad hoc. + +If you try to use this code base on a production site you're a fucking moron. + Friendica RED Interaction Engine ================================ diff --git a/include/bbcode.php b/include/bbcode.php index 301fbdcc6..6285b16be 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -203,7 +203,6 @@ function bb_ShareAttributesSimple($match) { function bbcode($Text,$preserve_nl = false, $tryoembed = true) { - $a = get_app(); // Extract the private images which use data url's since preg has issues with diff --git a/version.inc b/version.inc index 3ac7ca28d..b38cf3241 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-03-11.249 +2013-03-12.250 |