One of the lasts commits to the imap quota functions broke backward
compatibility with the old imap_get_quota() behaviour.

It used to return an array like:
array ( 'usage' => 83090, 'limit' => 100000, )
but now returns an array like:
array ( 'STORAGE' => array ( 'usage' => 83090, 'limit' => 100000, ), )

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to