Zitat von "Muenz, Michael" <[EMAIL PROTECTED]>:

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 :(

Hello

The problem is the same as previous ones. Quoting the row-names in SQL statements will not work with PostgreSQL and i doubt it will with MySQL.

So "SELECT from 'mumble' WHERE 'row'='some value';  will not work

while "SELECT from mumble WHERE row='some value'; is perfectly fine.

This is the only change i have done because i am not really a PHP coder :-(

Regards

Andreas


_______________________________________________
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

Reply via email to