Home
last modified time | relevance | path

Searched defs:com_modid (Results 1 – 5 of 5) sorted by relevance

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/include/
H A Dcomment_delete.php51 $com_modid = $module->getVar('mid'); variable
60 $com_modid = $xoopsModule->getVar('mid'); variable
H A Dcomment_form.php23 $com_modid = $xoopsModule->getVar('mid'); variable
H A Dcomment_post.php36 $com_modid = $module->getVar('mid'); variable
46 $com_modid = $xoopsModule->getVar('mid'); variable
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/admin/comments/
H A Dmain.php140 $com_modid = system_CleanVars($_POST, 'comments_modules', 0, 'int'); variable
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/kernel/
H A Dcomment.php98 public function com_modid($format = '') function in XoopsComment