To me changes
This commit is contained in:
parent
11b0bee935
commit
bc39e57ba0
2
II/DB.pm
2
II/DB.pm
@ -279,7 +279,7 @@ sub to_me {
|
|||||||
# print "NICK: $nick\n";
|
# print "NICK: $nick\n";
|
||||||
|
|
||||||
my $q
|
my $q
|
||||||
= "select from_user, to_user, subg, time, echo, post, hash from messages where to_user='$nick'";
|
= "select from_user, to_user, subg, time, echo, post, hash from messages where to_user='$nick' order by time desc";
|
||||||
|
|
||||||
my $sth = $dbh->prepare($q);
|
my $sth = $dbh->prepare($q);
|
||||||
$sth->execute();
|
$sth->execute();
|
||||||
|
Loading…
Reference in New Issue
Block a user