Empty commit

This commit is contained in:
Git 2013-10-27 08:01:08 +00:00
parent 513f945c6e
commit c87186d11a
2 changed files with 3 additions and 2 deletions

View File

@ -280,6 +280,7 @@
<a href="bookmarks.php?type=artists" class="brackets">Artists</a>
<a href="bookmarks.php?type=collages" class="brackets">Collages</a>
<a href="bookmarks.php?type=requests" class="brackets">Requests</a>
<br /><br />
<?
}
$Pages = Format::get_pages($Page, $NumResults, COLLAGES_PER_PAGE, 9);

View File

@ -31,7 +31,7 @@
Torrents::update_hash($GroupID);
Misc::write_log("Torrent Group $GroupID ($OldName) was renamed to \"$NewName\" by ".$LoggedUser['Username']);
Torrents::write_group_log($GroupID, 0, $LoggedUser['ID'], "renamed to \"$NewName\" from $OldName", 0);
Misc::write_log("Torrent Group $GroupID ($OldName) was renamed to \"$NewName\" from \"$OldName\" by ".$LoggedUser['Username']);
Torrents::write_group_log($GroupID, 0, $LoggedUser['ID'], "renamed to \"$NewName\" from \"$OldName\"", 0);
header("Location: torrents.php?id=$GroupID");