Commit 7d5440d0 authored by burnus%gmx.de's avatar burnus%gmx.de

bug 190999 - Quips.cgi editing doesn't show quips author -- s/FetchSQLData/FetchOneColumn/

r,a=myk
parent 1567c4e2
......@@ -63,7 +63,7 @@ if ($action eq "show") {
my $userid = $quips->{$quipid}{'userid'};
if (not defined $users->{$userid}) {
SendSQL("SELECT login_name FROM profiles WHERE userid = $userid");
$users->{$userid} = FetchSQLData();
$users->{$userid} = FetchOneColumn();
}
}
$vars->{'quipids'} = \@quipids;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment