This commit is contained in:
unknown
2013-02-24 23:46:20 +02:00
parent ad06484791
commit 623d74df5c
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -26,7 +26,7 @@ foreach($show_topic as $topi) {
<th>Move topic</td>
<td><select class="dropdown" name="fid">
<?php
$show_cat = $database->ForumCat();
$show_cat = $database->ForumCat($session->alliance);
foreach($show_cat as $cats) {
if($cats['id'] == $_GET['idf']){
echo '<option value="'.$cats['id'].'" selected>'.$cats['forum_name'].'</option>';