--- PApp-SQL/SQL.pm 2001/02/12 17:47:10 1.12 +++ PApp-SQL/SQL.pm 2001/02/18 04:50:58 1.13 @@ -230,7 +230,7 @@ Check wether the result of the sql-statement "select xxx from $first_argument" would be empty or not (that is, imagine the string -"select from" were prepended to your statement (it isn't)). Should work +"select * from" were prepended to your statement (it isn't)). Should work with every database but can be quite slow, except on mysql, where this should be quite fast.