1
0

* PDO-SQLite patches by nth

This commit is contained in:
Garvin Hicking
2010-10-12 12:38:13 +00:00
parent bf36e96f61
commit aba04f43b4
7 changed files with 11 additions and 21 deletions

View File

@ -124,6 +124,7 @@ function serendipity_db_get_interval($val, $ival = 900) {
switch($serendipity['dbType']) {
case 'sqlite':
case 'sqlite3':
case 'pdo-sqlite':
$interval = $ival;
$ts = time();
break;