Show
Ignore:
Timestamp:
03/15/10 08:59:46 (2 years ago)
Author:
Hugo
Message:

idnsAdmin: #119 starting to fix (unstable commit)

Files:
1 modified

Legend:

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

    r943 r1242  
    12101210                                "tClient,tAuthorize WHERE tClient.uClient=tAuthorize.uCertClient AND " 
    12111211                                "(tClient.cLabel LIKE '%1$s%%' OR tAuthorize.cLabel LIKE '%1$s%%') AND " 
    1212                                 "tAuthorize.uCertClient!=1 AND tAuthorize.uPerm<=6 " 
     1212                                "tAuthorize.uCertClient!=1 " 
    12131213                                "ORDER BY tClient.cLabel",cSearch); 
    12141214        else 
     
    12161216                                "tClient,tAuthorize WHERE tClient.uClient=tAuthorize.uCertClient AND " 
    12171217                                "(tClient.cLabel LIKE '%1$s%%' OR tAuthorize.cLabel LIKE '%1$s%%') AND " 
    1218                                 "tAuthorize.uCertClient!=1 AND tAuthorize.uPerm<=6 AND tClient.uOwner=%2$u " 
     1218                                "tAuthorize.uCertClient!=1 AND tClient.uOwner=%2$u " 
    12191219                                "ORDER BY tClient.cLabel",cSearch,guOrg); 
    12201220        mysql_query(&gMysql,gcQuery);