die() removed
authorRoland Häder <roland@mxchange.org>
Sat, 27 Sep 2008 15:06:58 +0000 (15:06 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 27 Sep 2008 15:06:58 +0000 (15:06 +0000)
inc/databases.php
inc/functions.php

index 6863d5fba90c7c2a3834e7bb6b037927de977008..efe925d5bcf79d576869be94887a193ac86dc0b5 100644 (file)
@@ -113,7 +113,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
-define('CURR_SVN_REVISION', "394");
+define('CURR_SVN_REVISION', "395");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index 3a8bf9c0fd2ba9fea5fbcb95a8ca53ff19e67ecf..b3db62630d21ef8df21c4fd0b3e415ef01eb4acf 100644 (file)
@@ -131,7 +131,6 @@ function OUTPUT_HTML($HTML, $NEW_LINE = true) {
                $OUTPUT = ob_get_contents();
 
                // Clear output buffer for later output
-               die();
                ob_end_clean();
 
                // Extension "rewrite" installed?