Changeset 1263

Show
Ignore:
Timestamp:
03/16/10 14:53:36 (5 months ago)
Author:
Hugo
Message:

all end user interfaces: fixed bug in funcMetaParam() that broke RR wizard

Location:
trunk/unxsBind/interfaces
Files:
3 modified

Legend:

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

    r1256 r1263  
    19311931        template.cpValue[11]=cParam4Style; 
    19321932         
     1933        //RR wizard fix 
     1934        if(uStep) gcInputStatus[0]=0; 
    19331935        template.cpName[12]="gcInputStatus"; 
    19341936        template.cpValue[12]=gcInputStatus; 
  • trunk/unxsBind/interfaces/org/resource.c

    r1261 r1263  
    451451        template.cpValue[11]=cParam4Style; 
    452452         
     453        //RR wizard fix 
     454        if(uStep) gcInputStatus[0]=0; 
    453455        template.cpName[12]="gcInputStatus"; 
    454456        template.cpValue[12]=gcInputStatus; 
  • trunk/unxsBind/interfaces/vorg/resource.c

    r1261 r1263  
    462462        template.cpValue[11]=cParam4Style; 
    463463         
     464        //RR wizard fix 
     465        if(uStep) gcInputStatus[0]=0; 
    464466        template.cpName[12]="gcInputStatus"; 
    465467        template.cpValue[12]=gcInputStatus;