[PHP-DOC] Bug #12391: wrong function name in example for imap_status From: hh <email protected>
Date: 07/26/01

From: hh <email protected>
Operating system:
PHP version: 4.0.6
PHP Bug Type: Documentation problem
Bug description: wrong function name in example for imap_status

the line

print "imap_status failed: ".imap_lasterror()."\n";

should be

print "imap_status failed: ".imap_last_error()."\n";

on

http://www.php.net/manual/en/function.imap-status.php

-- 
Edit bug report at: http://bugs.php.net/?id=12391&edit=1