1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Added pref to switch between summary or description on News feed.

This commit is contained in:
CaMer0n
2007-02-07 22:45:10 +00:00
parent b2bfa12ebe
commit 267a66f075
4 changed files with 25 additions and 15 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/rss_menu/admin_prefs.php,v $
| $Revision: 1.2 $
| $Date: 2006-12-07 15:41:50 $
| $Author: sweetas $
| $Revision: 1.3 $
| $Date: 2007-02-07 22:45:10 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
/*
@@ -400,6 +400,7 @@ class rss{
global $tp, $pref;
$pref['rss_othernews'] = $_POST['rss_othernews'];
$pref['rss_summarydiz'] = $_POST['rss_summarydiz'];
save_prefs();
return LAN_SAVED;