100220_clean_StasiHistory.php 164 Bytes
<?php
$query = "delete from losp_BE_SREQUEST_history where Action='RealSingleView'";

$stmt2 = $DB->PDO_query($query);
$result = $DB->PDO_getResultRow($stmt2);

?>