#!/usr/bin/php -q getMessage(), GetLasterror(), pg_last_error()); WriteLog($log, $path); } pg_close($dbcon); function _LogLocal() { global $path, $debug, $p1, $p2, $p3, $TBL_AGENTES, $query; if ($debug) { WriteLog(sprintf("P1: %s P2: %s P3: %s TB: %s Cmd: %s", $p1, $p2, $p3, $TBL_AGENTES, $query), $path); } }