From 03d6589fefd850f793215cb6805c0f0c0989f93f Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 20 Dec 2008 21:15:56 -0500 Subject: Added HG Update to Admin Now, changes can be remotely pushed to the central repository and updated using the Admin panel. --- includes/bbcode.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/bbcode.php b/includes/bbcode.php index 4dbb933..69e89e3 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -52,6 +52,7 @@ class BBCode $this->bbcodes2['abbr'] = '{CONTENT}'; $this->bbcodes['hidden'] = '{CONTENT}'; $this->bbcodes['thumb'] = ''; + $this->bbcodes['thumb2'] = ''; $this->init = true; } -- cgit 1.4.1