Update Smarty test, Base class email comment update

- smarty test with optgroup
- ignore file update for log folder
- email regex comment update
This commit is contained in:
Clemens Schwaighofer
2019-04-03 17:45:56 +09:00
parent 754c2edbd2
commit b2019226da
5 changed files with 31 additions and 5 deletions

View File

@@ -167,14 +167,14 @@ print "DB Version bigger than $to_db_version: ".$basic->dbCompareVersion('>='.$t
print "DB Version bigger $to_db_version: ".$basic->dbCompareVersion('>'.$to_db_version)."<br>";
/* $q = "SELECT FOO FRO BAR";
// $q = "Select * from foo";
// $q = "Select * from foo";
$foo = $basic->dbExecAsync($q);
print "[ERR] Query: ".$q."<br>";
print "[ERR] RESOURCE: $foo<br>";
while (($ret = $basic->dbCheckAsync()) === true)
{
print "[ERR]: $ret<br>";
// sleep(5);
sleep(5);
} */
// search path check