- Timestamp:
- May 19, 2011, 6:47:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver3.0/xpressme_integration_kit/blocks/widget_block.php
r583 r749 17 17 function _b_widget_edit($options) 18 18 { 19 global $xoopsDB; 19 20 $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; 20 21 $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_widget_block.html' : trim( $options[1] ); … … 24 25 $selected = explode(',' , $widget_select); 25 26 $wp_prefix = preg_replace('/wordpress/','wp',$mydirname) . '_'; 26 $xoopsDB =& Database::getInstance();27 27 $myts =& MyTextSanitizer::getInstance(); 28 28
Note: See TracChangeset
for help on using the changeset viewer.