block_box_get

Versions
4.6 – 6
block_box_get($bid)

▾ 2 functions call block_box_get()

block_block in modules/block.module
Implementation of hook_block().
block_box_delete in modules/block.module
Menu callback; confirm deletion of custom blocks.

Code

modules/block.module, line 352

<?php
function block_box_get($bid) {
  return db_fetch_array(db_query('SELECT * FROM {boxes} WHERE bid = %d', $bid));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.