A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / libs / refback_functions.php
index 15f750e3d48614b196d548c0aa9a86b69f46ea2f..8dbae40a98b95c6d649c7468dce79484887989c7 100644 (file)
@@ -371,7 +371,7 @@ function updateMemberRefbackPercents ($id, $percents) {
 
        // Is this valid?
        if (count($dummy) == 0) {
-               // ID does not belong to user!
+               // id does not belong to user!
                $status['message'] = getMessage('MEMBER_REFBACK_ERROR_ID_MISMATCH');
                return $status;
        } // END - if