Commit:    10cf0925a25365e96f82c0d385ebc32502dd1e83
Author:    philip <[email protected]>         Tue, 24 May 2016 11:04:18 -0700
Parents:   1ac04b11a3bab4fcfb1b2a02e531d12c208b1743
Branches:  master

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

Log:
Typo

Changed paths:
  M  www/admin/index.php


Diff:
diff --git a/www/admin/index.php b/www/admin/index.php
index cec071a..a4c3dfc 100644
--- a/www/admin/index.php
+++ b/www/admin/index.php
@@ -42,7 +42,7 @@ if ($action === 'list_lists') {
 if ($action === 'list_responses') {
 
        $res = $dbh->query("
-               SELECT id name, status, title, message, project, package_name, 
webonly
+               SELECT id, name, status, title, message, project, package_name, 
webonly
                FROM bug_resolves
                ORDER BY name
        ");


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

Reply via email to