yannick Mon Jan 29 17:10:52 2007 UTC
Modified files: /phpdoc/en/reference/imap/functions imap-get-quotaroot.xml Log: typo http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imap/functions/imap-get-quotaroot.xml?r1=1.8&r2=1.9&diff_format=u Index: phpdoc/en/reference/imap/functions/imap-get-quotaroot.xml diff -u phpdoc/en/reference/imap/functions/imap-get-quotaroot.xml:1.8 phpdoc/en/reference/imap/functions/imap-get-quotaroot.xml:1.9 --- phpdoc/en/reference/imap/functions/imap-get-quotaroot.xml:1.8 Mon Jan 15 00:05:58 2007 +++ phpdoc/en/reference/imap/functions/imap-get-quotaroot.xml Mon Jan 29 17:10:52 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <refentry id="function.imap-get-quotaroot"> <refnamediv> <refname>imap_get_quotaroot</refname> @@ -67,7 +67,7 @@ $message = $quota_values['MESSAGE']; echo "MESSAGE usage level is: " . $message['usage']; - echo "MESSAGE usage level is: " . $message['limit']; + echo "MESSAGE limit level is: " . $message['limit']; /* ... */