fix documentation error

This commit is contained in:
Uwe Steinmann 2015-07-15 08:21:28 +02:00
parent 832e760e03
commit 156ec69355

View File

@ -28,7 +28,7 @@ class SeedDMS_Core_DatabaseAccess {
public $_debug;
/**
* @var string name of database driver (mysql or sqlite3)
* @var string name of database driver (mysql or sqlite)
*/
protected $_driver;