Changeset 1183

Show
Ignore:
Timestamp:
02/11/10 08:29:50 (6 months ago)
Author:
Hugo
Message:

ispAdmin: updated product deployment wizard permission check

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/unxsISP/interfaces/admin/customer.c

    r1042 r1183  
    616616                else if(!strcmp(gcFunction,"Add Product Wizard")) 
    617617                { 
    618                         if(uAllowMod(uOwner,uCreatedBy)) 
     618                        if(uOwner==guOrg) 
    619619                                htmlProductDeployWizard(1); 
    620620                        else