Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bdamele committed Mar 1, 2015
1 parent 09c05c7 commit de89718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgsql/get_int_groupby.php
@@ -1,6 +1,6 @@
<?php
require_once('../libs/pgsql.inc.php');

$query = "SELECT username FROM users GROUP BY " . $_GET['id'];
$query = "SELECT name FROM users GROUP BY " . $_GET['id'];
dbQuery($query);
?>

0 comments on commit de89718

Please sign in to comment.