tags 434625 patch thanks see attache
--- mytop 2008-04-21 12:47:11.000000000 +0400
+++ mytop 2008-04-21 14:29:48.000000000 +0400
@@ -1475,6 +1478,9 @@
sub Execute($)
{
my $sql = shift;
+
+ $sql and $sql=~s/\n/ /sg;
+
my $sth = $dbh->prepare($sql);
if (not $sth) { ReadMode($RM_RESET); die $DBI::errstr; }
signature.asc
Description: Digital signature

