diff options
-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 |