|
@@ 1105-1107 (lines=3) @@
|
| 1102 |
|
$_SESSION['items_count'] = -1; |
| 1103 |
|
} |
| 1104 |
|
$xt->setTopicTitle($_POST['topic_title']); |
| 1105 |
|
if (isset($_POST['topic_imgurl']) && $_POST['topic_imgurl'] != '') { |
| 1106 |
|
$xt->setTopicImgurl($_POST['topic_imgurl']); |
| 1107 |
|
} |
| 1108 |
|
$xt->setMenu((int)$_POST['submenu']); |
| 1109 |
|
$xt->setTopicFrontpage((int)$_POST['topic_frontpage']); |
| 1110 |
|
if (isset($_POST['topic_description'])) { |
|
@@ 1237-1239 (lines=3) @@
|
| 1234 |
|
$xt->setTopicTitle($_POST['topic_title']); |
| 1235 |
|
//$xt->Settopic_rssurl($_POST['topic_rssfeed']); |
| 1236 |
|
$xt->setTopic_color($_POST['topic_color']); |
| 1237 |
|
if (isset($_POST['topic_imgurl']) && $_POST['topic_imgurl'] != '') { |
| 1238 |
|
$xt->setTopicImgurl($_POST['topic_imgurl']); |
| 1239 |
|
} |
| 1240 |
|
$xt->setMenu((int)$_POST['submenu']); |
| 1241 |
|
$xt->setTopicFrontpage((int)$_POST['topic_frontpage']); |
| 1242 |
|
if (isset($_SESSION['items_count'])) { |