Changeset 8251 for trunk/modules/boonex/wall/classes/BxWallDb.php
- Timestamp:
- 01/05/09 22:59:11 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/boonex/wall/classes/BxWallDb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/wall/classes/BxWallDb.php
r7803 r8251 21 21 ***************************************************************************/ 22 22 23 require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDol Db.php' );23 require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolModuleDb.php' ); 24 24 25 class BxWallDb extends BxDol Db {25 class BxWallDb extends BxDolModuleDb { 26 26 var $_oConfig; 27 27 /* … … 29 29 */ 30 30 function BxWallDb(&$oConfig) { 31 parent::BxDol Db();31 parent::BxDolModuleDb(); 32 32 33 33 $this->_oConfig = $oConfig;
Note: See TracChangeset
for help on using the changeset viewer.