Should be load the module first before call the function :
module_load_include($type, $module, $name = NULL);
-----------------------------------------------------------------
Example:
<?php
// Load node.admin.inc from the node module
module_load_include('inc', 'node', 'node.admin');
?>
---------------------------------------------------
Nice details about load module.
ReplyDeleteDrupal Development Company
Thanks !!!
Delete