Code style changed, ext-user continued:
[mailer.git] / inc / libs / mediadata_functions.php
index 617d69d38ccdedfa89acc8553bdc775bcb60b16f..c1240a8171327744f2d2ed2adc9626b16d0e605e 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 function updateMediadataEntry ($keys_array, $mode, $value) {
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'keys_array[]=' . gettype($keys_array) . ',mode=' . $mode . ',value=' . $value . ' - ENTERED!');
        // Default is nothing added/updated
-       $added = false;
+       $added = FALSE;
 
        // Are there entries?
        if (is_array($keys_array) && ($value > 0)) {
@@ -90,7 +90,7 @@ LIMIT 1", array($key), __FUNCTION__, __LINE__);
        // Zero entries are always added
        if ($value == 0) {
                // Is zero value, so we need to set $added here to avoid wrong false result
-               $added = true;
+               $added = TRUE;
        } // END - if
 
        // Return result