".$lang_label["dbmain_title"].""; echo "

".$lang_label["db_purge_audit"]." ".$lang_label["help"]."

"; echo ""; echo ""; $result_t=mysql_query("SELECT min(fecha) FROM tsesion"); $row=mysql_fetch_array($result_t); echo "
"; $result_t=mysql_query("SELECT COUNT(*) FROM tsesion"); $row=mysql_fetch_array($result_t); echo "".$lang_label["total"].""; echo "".$row[0]." ".$lang_label["records"]; echo "
".$lang_label["first_date"].""; echo "".$row[0]; echo "
"; $result_t=mysql_query("SELECT max(fecha) FROM tsesion"); $row=mysql_fetch_array($result_t); echo "".$lang_label["latest_date"].""; echo "".$row[0]; echo "
"; ?>

" onClick="if (!confirm('')) return false;">