]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
One more wrapper function introduced, fixed for installation phase
[mailer.git] / inc / wrapper-functions.php
index 58674e06497c8a84ff2f52a4aa55287735c46c3e..bc89dfc63f560e1c950c87ad75646ade19ef57ad 100644 (file)
@@ -1418,6 +1418,18 @@ function getMysqlPrefix () {
        return $GLOBALS['mysql_prefix'];
 }
 
+// "Getter" for table_type
+function getTableType () {
+       // Do we have cache?
+       if (!isset($GLOBALS['table_type'])) {
+               // Determine it
+               $GLOBALS['table_type'] = getConfig('_TABLE_TYPE');
+       } // END - if
+
+       // Return cache
+       return $GLOBALS['table_type'];
+}
+
 // "Getter" for salt_length
 function getSaltLength () {
        // Do we have cache?