From: Eloi G. <el...@re...> - 2002-10-28 16:51:25
|
Quick question. Which would be the best way to check for a module in terms of lower cpu requirements/cycles: if(!$_SESSION["OBJ_fatcat"]) if($GLOBALS["core"]->moduleExists("fatcat")) if($_SESSION["OBJ_fatcat"]!==NULL) |