- PEAR coding standard
- added comments - added more status variables
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
/* $Id$ */
|
||||
// vim: expandtab sw=4 ts=4 sts=4:
|
||||
|
||||
include_once('./libraries/engines/bdb.lib.php');
|
||||
class PMA_StorageEngine_berkeleydb extends PMA_StorageEngine_bdb {}
|
||||
include_once './libraries/engines/bdb.lib.php';
|
||||
|
||||
class PMA_StorageEngine_berkeleydb extends PMA_StorageEngine_bdb
|
||||
{
|
||||
}
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user