* fixed previous commit

git-svn-id: trunk@3195 -
This commit is contained in:
Jonas Maebe 2006-04-12 10:46:21 +00:00
parent b7a936faa0
commit 76937d5222

View File

@ -1976,7 +1976,7 @@ end;
hs : string;
begin
result:=false;
if (hs = '') then
if (s = '') then
exit;
hs:=upper(s);
if (hs = 'DEFAULT') then