Rewrites/fixes for handling config entries in SQLs
[mailer.git] / inc / gen_sql_patches.php
index 91dd06ea859147f5a3eb3917b459aaa033b7ba31..d853f1ca8d9b9b1b56619e90b1827f27d2c1db99 100644 (file)
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-}
-
-// Check for version of sql_patches
-if (getExtensionVersion('sql_patches') < '0.3.6') return false;
+} // END - if
 
 // Check if there is no scrambling string
 if (getConfig('pass_scramble') == '') {
@@ -114,5 +111,5 @@ if (getConfig('file_hash') == '') {
        } // END - if
 } // END - if
 
-//
-?>
\ No newline at end of file
+// [EOF]
+?>