Code cleanup: normalize case for intval(), strval(), floatval() calls.
[lhc/web/wiklou.git] / maintenance / userDupes.inc
index 10704df..db2487d 100644 (file)
@@ -273,7 +273,7 @@ class UserDupes {
         */
        function editCountOn( $table, $field, $userid ) {
                $fname = 'UserDupes::editCountOn';
-               return IntVal( $this->db->selectField(
+               return intval( $this->db->selectField(
                        $table,
                        'COUNT(*)',
                        array( $field => $userid ),