Blame | Last modification | View Log | Download | RSS feed
<?
require_once('./include/LSTU_generic.inc');
require_once('./include/LSTM_class_s3table.php');
require_once('./include/LSTM_class_cTcwTable.php');
/**
* Gestione Errore:genera messaggio errore,OCIRollback,scrive wlog
* @param string err codice errore
* @param string msg messaggio errore
* @return void
*/
function gest_err($err, $msg = '',$idErr = '') {
global $conn,$gl_id_richiesta_ori;
$gl_id_richiesta_ori = $idErr;
out('ERRORE = '.$err);
OCIRollback($conn);
wlog($err, 1, $msg, 0);
}
?>