You appear to be a bot. Output may be restricted
Description
View the category to time relationship
Usage
oik_bmc_preview();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-categories.phpLines:
1 to 10 of 10
function oik_bmc_preview() { oik_require( "includes/oik-sc-help.inc" ); $preview_bmc = bw_array_get( $_REQUEST, "preview_bmc", null ); if ( $preview_bmc ) { sdiv( "oik_preview"); //bw_invoke_bmc( $preview_bmc, null, "Preview of the $preview_bmc bmc" ); p( "Preview not yet implemented" ); ediv( "oik_preview"); } }View on GitHub View on Trac