Rename TvAnger class into TvRage class, adjust the other classes and scripts accordingly.

This commit is contained in:
DariusIII
2015-09-01 22:29:16 +02:00
parent 2ec8b9e062
commit 8faad9d112
9 changed files with 837 additions and 1904 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ if (isset($_GET["id"]))
$rage = '';
if ($data["rageid"] != '')
{
$tvrage = new TvAnger();
$tvrage = new TvRage();
$rageinfo = $tvrage->getByRageID($data["rageid"]);
if (count($rageinfo) > 0)