1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Clear code_text if not set

This commit is contained in:
e107steved 2007-01-02 20:20:37 +00:00
parent f65721e91d
commit c628ed11af

View File

@ -12,8 +12,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/bbcode_handler.php,v $
| $Revision: 1.2 $
| $Date: 2007-01-01 10:27:36 $
| $Revision: 1.3 $
| $Date: 2007-01-02 20:20:37 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@ -145,6 +145,7 @@ class e_bbcode
$full_text = $tp->replaceConstants($matches[0]);
$code = $matches[1];
$parm = substr($matches[3], 1);
$code_text = '';
if (isset($matches[4])) $code_text = $tp->replaceConstants($matches[4]);
if($this->single_bb == true)
{