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

iDNS: done adding online RR check

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/unxsBind/tresourcefunc.h

    r1254 r1255  
    14631463        if(mysql_errno(&gMysql)) 
    14641464                htmlPlainTextError(mysql_error(&gMysql)); 
    1465          
    14661465        sprintf(gcQuery,"INSERT INTO tResourceTest (uResource,cName,uOwner,uCreatedBy,uCreatedDate,uModBy," 
    14671466                        "uModDate,uTTL,uRRType,cParam1,cParam2,cParam3,cParam4,cComment,uZone) " 
     
    15061505        if(mysql_errno(&gMysql)) 
    15071506                htmlPlainTextError(mysql_error(&gMysql)); 
    1508  
     1507         
    15091508}//void PrepareTestData(void) 
    15101509