Commit: b8a6d478d304a72bec8ae8bf6a2c22f47226594a Author: Ferenc Kovacs <[email protected]> Mon, 18 Feb 2013 01:28:23 +0100 Parents: 99803ca6767c6155bf6dc9614d9c0a520b819344 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=b8a6d478d304a72bec8ae8bf6a2c22f47226594a Log: there are two more bug fields which the mail_bug_updates() function expects/uses Changed paths: M scripts/cron/no-feedback Diff: diff --git a/scripts/cron/no-feedback b/scripts/cron/no-feedback index 34f364d..be63c21 100755 --- a/scripts/cron/no-feedback +++ b/scripts/cron/no-feedback @@ -18,7 +18,8 @@ if ($dbh) $res = $dbh->prepare(" SELECT id, package_name, bug_type, email, passwd, sdesc, ldesc, php_version, - php_os, status, ts1, ts2, assign, UNIX_TIMESTAMP(ts1) AS submitted, UNIX_TIMESTAMP(ts2) AS modified + php_os, status, ts1, ts2, assign, UNIX_TIMESTAMP(ts1) AS submitted, + private, reporter_name, UNIX_TIMESTAMP(ts2) AS modified FROM bugdb WHERE status = 'Feedback' AND ts2 < DATE_SUB(NOW(), INTERVAL {$after}) ")->execute(array()); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
