]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_rallye.php
A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / modules / admin / what-add_rallye.php
index 2b5e387577021df0669a553fd5faa04b0b1059f8..555b6ca7f7b4f77dfe6bdbd518f28a60b6810aa4 100644 (file)
@@ -69,7 +69,7 @@ VALUES ('%s','%s','%s','%s','%s','%s','%s','%s','%s')",
                                postRequestElement('notify'),
                        ), __FILE__, __LINE__);
 
-               // Load ID
+               // Load id
                $result = SQL_QUERY_ESC("SELECT `id` FROM `{?_MYSQL_PREFIX?}_rallye_data` WHERE start_time='%s' AND end_time='%s' AND `title`='%s' LIMIT 1",
                array($START, $END, postRequestElement('title')), __FILE__, __LINE__);
                list($id) = SQL_FETCHROW($result);