Closed (fixed)
Project:
Admintools
Version:
6.x-1.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
11 May 2009 at 11:08 UTC
Updated:
27 May 2009 at 17:10 UTC
Insert query in cron.module of version 6.x-1.5 of admintools project:
In the function cron_add_form_submit
the query
db_query("INSERT INTO {cron} (url, cron_key, description, checks, last_check) VALUES ('%s', '%s', 1, '%d')",...
should be...
db_query("INSERT INTO {cron} (url, cron_key, description, checks, last_check) VALUES ('%s', '%s', '%s', 1, '%d')",...
So one '%s' is missing.
Comments
Comment #1
DenRaf commentedFixed in 6.x-1.6