From 55fa1788362f7c05ee5f889eb539741d0b0a19a7 Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Thu, 14 Jun 2007 17:29:15 +0000 Subject: changed responseMsg to answer for consistency --- docs/lasso-book/writing-a-php-sp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 */ -- cgit