asked on
if(!function_exists('cer_capxsum')) {
function cer_capxsum($mID) {
global $edb, $_SESSION;
$sql_data = "exec cer_CapxSum $mID";
if ($_SESSION["portaladmin"] == 1 && $_SESSION["showsql"] != "no")
echo display_detail("cer/cer_functions.php",$sql_data);
$result_data = odbc_exec($edb, $sql_data);
}
}
Here's how I'm calling it: