Commit: eeb25b61eb0ba42e669f0c63a318c3e76585c373 Author: Rasmus Lerdorf <ras...@lerdorf.com> Sun, 8 Jan 2017 23:59:56 -0800 Parents: c409d8b73b5b9c16d0c9947e63277530b1433259 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=eeb25b61eb0ba42e669f0c63a318c3e76585c373 Log: Wrong table name Changed paths: M www/admin/index.php Diff: diff --git a/www/admin/index.php b/www/admin/index.php index 543d36a..808984f 100644 --- a/www/admin/index.php +++ b/www/admin/index.php @@ -47,7 +47,7 @@ if ($action === 'list_responses') { $res = $dbh->query(" SELECT * - FROM bug_resolves + FROM bugdb_resolves "); echo "<h3>List Responses</h3>"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php