Bir başka sorumda şu:Genel anlamda yapılan bir SQL sorgusunu iptal etmenin yolu nedir?
- Kod: Tümünü seç
You will need to make one sql update as below, replace the MMDDYYYY with the date of today, i.e. 4 Dec 2009 would be '12042009':
UPDATE phpbb_config SET config_value = 'MMDDYYYY' WHERE phpbb_config.config_name = 'birthday_run';
Do not forget to purge the cache and refresh templates
