Marcel Hartmann wrote:
You can add the field in the Database Table users, but think to add add
the end,
because in the code Luc used mysql_fetch_row() to get his values.
Therefor the
indexnumber must be same!
From 0.5.5 it's not a problem because everywhere columns are called by
names not indexes.
I done this (not name but group and location) in setquota.php. I added
two text fields field1, field2 in form and after submit added mysql query:
UPDATE accuntuser SET column1='$_GET['field1']',
column2='$_GET['field1']' WHERE username='$_GET['username']'.
and that's all.
rgds,
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