[Postfixadmin-devel] custom field in domainview from other table?
Brought to you by:
christian_boltz,
gingerdog
From: Przemysław O. <Prz...@ma...> - 2019-11-13 15:44:37
|
Hi I'm trying to create a custom field visible in domain pane that gets its value from different table I created custom domain hook and it works if thew field is in domains table but how do i get the field from custom table ? The table has a field name which i can This is the struct for a field in domains table $struct['x_password_expiry'] = pacol(0, 1, 1, 'int','x_expire','x_password_expiry',"",[],0,1); how can i get the qerry to go to custom table? whith name substituted for domain in the query? |