Show
Ignore:
Timestamp:
10/02/08 01:00:33 (3 months ago)
Author:
nowelium
Message:

fix:procedure & transaction scripts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/misc/Hermit/test/db_init.php

    r20387 r20417  
    55    $_db_init = 'db_' . $name . '_init'; 
    66    $_db_init($pdo); 
    7      
     7 
    88    $sqlpath = dirname(__FILE__) . '/resource/test-' . $name . '.sql.php'; 
    99    if(file_exists($sqlpath)){