Commit:    d7011ab6b4db9de12034518c82270853b2fb79e0
Author:    Ferenc Kovacs <[email protected]>         Mon, 18 Feb 2013 01:33:14 
+0100
Parents:   b8a6d478d304a72bec8ae8bf6a2c22f47226594a
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=d7011ab6b4db9de12034518c82270853b2fb79e0

Log:
I've got you! we were overwritting the  variable which was used in the while 
loop already.

Changed paths:
  M  scripts/cron/no-feedback


Diff:
diff --git a/scripts/cron/no-feedback b/scripts/cron/no-feedback
index be63c21..f3fffad 100755
--- a/scripts/cron/no-feedback
+++ b/scripts/cron/no-feedback
@@ -38,7 +38,7 @@ if ($dbh)
                } else {
                        die('[no-feedback] Could not find resolve reason! (this 
should not happen!)');
                }
-               $res = bugs_add_comment($bug['id'], $mailfrom, '', $message, 
'comment');
+               bugs_add_comment($bug['id'], $mailfrom, '', $message, 
'comment');
 
                // Update status
                $dbh->prepare('


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to