/** Function that the client actually calls when a file is downloaded * */ function updateCount($id) { $adb = PearDatabase::getInstance(); $log = vglobal('log'); $log->debug("Entering customer portal function updateCount"); $result = updateDownloadCount($id); $log->debug("Entering customer portal function updateCount"); return $result; }
/** Function that the client actually calls when a file is downloaded * */ function updateCount($id) { global $adb, $log; $log->debug("Entering customer portal function updateCount"); $result = updateDownloadCount($id); $log->debug("Entering customer portal function updateCount"); return $result; }