Changeset 943

Show
Ignore:
Timestamp:
11/05/09 10:26:25 (3 years ago)
Author:
Hugo
Message:

idnsAdmin: fixed #101 bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/unxsBind/interfaces/admin/customercontact.c

    r806 r943  
    10581058        else 
    10591059        { 
    1060         fprintf(fp,"<option value=12 "); 
     1060        fprintf(fp,"<option value=10 "); 
    10611061                if(guContactPerm==10) 
    10621062                        fprintf(fp,"selected"); 
    10631063                fprintf(fp,">%s</option>\n",BO_ADMIN); 
    10641064 
    1065                 fprintf(fp,"<option value=10 "); 
     1065                fprintf(fp,"<option value=12 "); 
    10661066                if(guContactPerm==12) 
    10671067                        fprintf(fp,"selected");