Skip to content

Commit

Permalink
Removed rogue space from $grpquery in if($gid)
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@322 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jun 1, 2003
1 parent fa63176 commit 2f4ccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/html.php
Expand Up @@ -138,7 +138,7 @@

if ($gid)
{
$grpquery =" SELECT * FROM groups WHERE gid=$gid ORDER BY group_name";
$grpquery ="SELECT * FROM groups WHERE gid=$gid ORDER BY group_name";
$grpresult = mysql_query($grpquery);
$groupsummary = "<table width='100%' align='center' bgcolor='#DDDDDD' border='0'>\n";
while ($grow = mysql_fetch_array($grpresult))
Expand Down

0 comments on commit 2f4ccaa

Please sign in to comment.