]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/order_functions.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / libs / order_functions.php
index 5aa1383fe84093a76929087071203c8dcc6b61d7..696b9e01d507510e089ebfeb9b57337fb8763002 100644 (file)
@@ -72,7 +72,7 @@ function addOrderSelectionOptions ($default) {
 
 // Getter for 'order_multi_page' config entry
 function getOrderMultiPage () {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
                $GLOBALS[__FUNCTION__] = getConfig('order_multi_page');
@@ -84,7 +84,7 @@ function getOrderMultiPage () {
 
 // Determines whether 'order_multi_page' is set to 'Y'
 function isOrderMultiPageEnabled () {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
                $GLOBALS[__FUNCTION__] = (getOrderMultiPage() == 'Y');