From ba058d4a7bb634db0798d4e5d3d960d1bbfcc392 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 19 Nov 2000 19:05:14 +0000 Subject: [PATCH] fixed typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@36016 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap.xml b/functions/imap.xml index b605857027..0a23afe252 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -1731,7 +1731,7 @@ if($check) { print "Deleted: " . $check->Deleted ."<br>\n" ; print "Size: " . $check->Size ."<br>\n" ; } else { - print "imap_check() failed: ".imap_lasterror(). "<br>\n"; + print "imap_check() failed: ".imap_last_error(). "<br>\n"; } imap_close($mbox);