diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/lasso-book/writing-a-php-sp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lasso-book/writing-a-php-sp.txt b/docs/lasso-book/writing-a-php-sp.txt index 1eb0af24..5dcaf246 100644 --- a/docs/lasso-book/writing-a-php-sp.txt +++ b/docs/lasso-book/writing-a-php-sp.txt @@ -376,7 +376,7 @@ PHP warning, the code resume after the call to the error handler function. :: - $lrv = $lassoLogin->processResponseMsg($responseMsg); + $lrv = $lassoLogin->processResponseMsg($answer); if ($lrv > 0) { print("Lasso Error: ".$lrv."\n"); /* handling error; most probably bailing out */ |
