From f3f341eb8d301262756f75b40276b90b2f6b8595 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 12 Mar 2013 00:55:29 -0700 Subject: tell it like it is. --- README | 4 ++++ include/bbcode.php | 1 - version.inc | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index a930d0910..748e7c7e0 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3