Użytkownik Muenz, Michael napisał: >> It's me again >> >> The problem : >> If you try to change the quota from a existing account you get a >> database error (at least with postgresql) from manageaccount.php and >> the quota will not be changed. >> >> The following patch works for me ... > > Hi, > > sounds good, but is there someone else using P-SQL who can confirm > this bug? I only can test your patch against MySQL :(
I use Mysql but can confirm. It was my mistake. I checked in PostgeSQL documentation and i found that in PostgreSQL "" is use for quoting table and column names, so it's DBMS dependent. In PEAR:DB is function quoteIdentifier() witch correct this problem but if think we can use names without quoting. Regards, Lukasz _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
