Changeset 15950 for trunk/inc/classes/BxDolPageQuery.php
- Timestamp:
- 02/06/12 21:41:25 (16 months ago)
- File:
-
- 1 edited
-
trunk/inc/classes/BxDolPageQuery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/classes/BxDolPageQuery.php
r15864 r15950 42 42 } 43 43 44 public function getPageBlockContent($iId) { 45 $sQuery = $this->prepare("SELECT `content` FROM `sys_pages_blocks` WHERE `id` = ?", $iId); 46 return $this->getOne($sQuery); 47 } 48 44 49 } 45 50
Note: See TracChangeset
for help on using the changeset viewer.