|
@@ 1338-1340 (lines=3) @@
|
| 1335 |
|
$_SESSION['items_count'] = -1; |
| 1336 |
|
} |
| 1337 |
|
$xt->setTopicTitle($_POST['topic_title']); |
| 1338 |
|
if (isset($_POST['topic_imgurl']) && $_POST['topic_imgurl'] !== '') { |
| 1339 |
|
$xt->setTopicImgurl($_POST['topic_imgurl']); |
| 1340 |
|
} |
| 1341 |
|
$xt->setMenu((int)$_POST['submenu']); |
| 1342 |
|
$xt->setTopicFrontpage((int)$_POST['topic_frontpage']); |
| 1343 |
|
if (isset($_POST['topic_description'])) { |
|
@@ 1470-1472 (lines=3) @@
|
| 1467 |
|
$xt->setTopicTitle($_POST['topic_title']); |
| 1468 |
|
//$xt->Settopic_rssurl($_POST['topic_rssfeed']); |
| 1469 |
|
$xt->setTopic_color($_POST['topic_color']); |
| 1470 |
|
if (isset($_POST['topic_imgurl']) && $_POST['topic_imgurl'] !== '') { |
| 1471 |
|
$xt->setTopicImgurl($_POST['topic_imgurl']); |
| 1472 |
|
} |
| 1473 |
|
$xt->setMenu((int)$_POST['submenu']); |
| 1474 |
|
$xt->setTopicFrontpage((int)$_POST['topic_frontpage']); |
| 1475 |
|
if (isset($_SESSION['items_count'])) { |