[Web-cyradm] Patch against SVN latest

lst_hoe01 at kwsoft.de lst_hoe01 at kwsoft.de
Fri Aug 4 10:34:21 CEST 2006


Zitat von "Muenz, Michael" <M.Muenz at maxonline.de>:

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




More information about the Web-cyradm mailing list