Gossamer Forum
Home : Products : DBMan : Customization :

? to Modify line in DB.cgi

Quote Reply
? to Modify line in DB.cgi
One more question,

I would like to modify this line:

elsif ($in{'site_admin_display'}) { if ($per_siteadmin) { &site_admin_display; } else { &html_unauth; } }


to say if($per_siteadmin) and not if($per_superadmin)

what would accomplish that?

In other words the site_admin_display is not needed to be seen by the superadmin because they see the admin_display (which allows superadmin to edit it's own userid and everyone else's - site_admin_display filters out the superadmin user_id and doesn't allow site_admin to give superadmin rights to any users)

Thanks!
Lynette
Hollister, Ca