]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_holiday.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / daily / daily_holiday.php
index 23bf85b4e531c5945df7ad516b782d4862925ff6..9fad7691ad2a8073ef54fd4ad353a91f5fa5d183 100644 (file)
@@ -81,7 +81,7 @@ WHERE
 LIMIT 1",
                        array(bigintval($content['userid'])), __FILE__, __LINE__);
 
-               // Do we have an entry?
+               // Is there an entry?
                if (SQL_NUMROWS($result_holiday) == 1) {
                        // Okay, this user can be send away to holiday...
                        $content = merge_array($content, SQL_FETCHARRAY($result_holiday));