Code style changed, ext-user continued:
[mailer.git] / inc / inc-functions.php
index 13ce10c5fdd6dc1695559506a180dccf443ceff4..e65057863644444865c1357a5414347077002576 100644 (file)
@@ -93,7 +93,7 @@ function removeIncludeFromPool ($pool, $inc) {
        $key = array_search($inc, getIncludePool($pool));
 
        // Is it valid?
-       if ($key !== false) {
+       if ($key !== FALSE) {
                // Then remove it
                unset($GLOBALS['inc_pool'][$pool][$key]);