<?php
$strTableName="_comments Report";
$_SESSION["OwnerID"] = $_SESSION["_".$strTableName."_OwnerID"];
$strOriginalTableName="_comments";
$gstrOrderBy="ORDER BY 3 ASC";
if(strlen($gstrOrderBy) && strcasecmp(substr($gstrOrderBy,0,8),"order by"))
$gstrOrderBy="order by ".$gstrOrderBy;
$gsqlHead="select `id`, `username`, `blogfirstline`, `date`, `time`, `rate`, `comment` ";
$gsqlFrom="From `_comments`";
$gsqlWhere="";
$gsqlTail="";
// $gstrSQL = "select `id`, `username`, `blogfirstline`, `date`, `time`, `rate`, `comment` From `_comments`";
$gstrSQL = gSQLWhere("");
include("include/_comments_Report_settings.php");
include("include/_comments_Report_events.php");
?>