Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 64)
+++ trunk/CHANGELOG	(revision 65)
@@ -11,8 +11,6 @@
 ! = Update/Change
 
 ------------------------------------- 2.6.0 -------------------------------------
-10-Sep-2005 Ryan Djurovich
-!	Added protection against the use of DB_URL in Code module
 09-Sep-2005 Stefan Braunewell
 +	Added new advanced setting "Rename Files On Upload". File extensions can be
 	given so that respective files will have a ".txt" appended on media upload.
Index: trunk/wb/modules/code/save.php
===================================================================
--- trunk/wb/modules/code/save.php	(revision 64)
+++ trunk/wb/modules/code/save.php	(revision 65)
@@ -31,7 +31,7 @@
 
 // Update the mod_wysiwygs table with the contents
 if(isset($_POST['content'])) {
-	$tags = array('<?php', '?>', '<?'.'DB_URL');
+	$tags = array('<?php', '?>' , '<?');
 	$content = $admin->add_slashes(str_replace($tags, '', $_POST['content']));
 	$database = new database();
 	$query = "UPDATE ".TABLE_PREFIX."mod_code SET content = '$content' WHERE section_id = '$section_id'";
