Commit: f33bc023e574edaef7c1caa09d5731d2baa439e4 Author: Felipe Pena <[email protected]> Wed, 19 Sep 2012 10:55:02 -0300 Parents: fd5ae6346671b09b78652216e868f77f791fe496 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=f33bc023e574edaef7c1caa09d5731d2baa439e4 Log: - Fix function declaration Changed paths: M include/functions.php Diff: diff --git a/include/functions.php b/include/functions.php index 64fdc9d..91e2fbd 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1656,7 +1656,7 @@ function bugs_add_comment ($bug_id, $from, $from_name, $comment, $type = 'commen /** * Change bug status */ -function bugs_status_change ($bug_id, $email, $new_status) +function bugs_status_change ($bug_id, $new_status) { global $dbh; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
