John,
> -----Original Message-----
> public function quota($args) {
> $args['used'] .= 1048576;
> return($args);
> }There may be other issues, but wouldn't you want to add (+=) this to the quota value instead of appending (.=) it to the end of the current value? -Brad _______________________________________________ List info: http://lists.roundcube.net/dev/
