diff options
| author | Damien Laniel <dlaniel@entrouvert.com> | 2007-06-14 17:29:15 +0000 |
|---|---|---|
| committer | Damien Laniel <dlaniel@entrouvert.com> | 2007-06-14 17:29:15 +0000 |
| commit | 55fa1788362f7c05ee5f889eb539741d0b0a19a7 (patch) | |
| tree | d36d94b71efd53cc65975b07f44dd890db92bc9f /docs | |
| parent | 9a0dbf9d8a230852914785cf0fe42628de314ca8 (diff) | |
| download | lasso-55fa1788362f7c05ee5f889eb539741d0b0a19a7.tar.gz lasso-55fa1788362f7c05ee5f889eb539741d0b0a19a7.tar.xz lasso-55fa1788362f7c05ee5f889eb539741d0b0a19a7.zip | |
changed responseMsg to answer for consistency
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 */ |
