diff --git a/db_details.php3 b/db_details.php3 index ed157fa7a..458162339 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -126,7 +126,7 @@ else $i = 0; echo "
$strTable | "; + echo "".UCFirst($strTable)." | "; echo "$strAction | "; echo "$strRecords | "; while($i < $num_tables)
---|