SV# 3634: Syntax error return Rrue; should have been return True;

This commit is contained in:
mdean 2003-05-17 19:29:58 +00:00
parent 68e9fd40cc
commit 39a55af60a

View File

@ -155,7 +155,7 @@
}
}
return Rrue;
return True;
}
function AddColumn($oProc, &$aTables, $sTableName, $sColumnName, &$aColumnDef)