mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
513f945c6e
commit
c87186d11a
@ -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);
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user