The file dba.php was missing in the last commit :) Additionally there are some chamges to the update script.

This commit is contained in:
Michael Vogel 2014-04-29 12:35:24 +02:00
parent 405dd794fe
commit 66996a2fa3
2 changed files with 16 additions and 224 deletions

View file

@ -1,5 +1,10 @@
<?php
if(class_exists('\PDO') && in_array('mysql', PDO::getAvailableDrivers())) {
require_once("library/dddbl2/dddbl.php");
require_once("include/dba_pdo.php");
}
require_once('include/datetime.php');
/**