Date: 11/19/00
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja/chapters install.xml /ja/functions errorfunc.xml imap.xml nis.xml pcre.xml"
- Previous message: Egon Schmid ( <email protected>): "Re: [PHP-DOC] German Manual WTF"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sniper Sun Nov 19 11:05:14 2000 EDT
Modified files:
/phpdoc/en/functions imap.xml
Log:
fixed typo.
Index: phpdoc/en/functions/imap.xml
diff -u phpdoc/en/functions/imap.xml:1.28 phpdoc/en/functions/imap.xml:1.29
--- phpdoc/en/functions/imap.xml:1.28 Thu Oct 5 19:54:04 2000
+++ phpdoc/en/functions/imap.xml Sun Nov 19 11:05:14 2000
@@ -1731,7 +1731,7 @@
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);
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja/chapters install.xml /ja/functions errorfunc.xml imap.xml nis.xml pcre.xml"
- Previous message: Egon Schmid ( <email protected>): "Re: [PHP-DOC] German Manual WTF"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

