mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Better default
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/submitnews.php,v $
|
| $Source: /cvs_backup/e107_0.8/submitnews.php,v $
|
||||||
| $Revision: 1.16 $
|
| $Revision: 1.17 $
|
||||||
| $Date: 2009-11-18 01:04:24 $
|
| $Date: 2009-12-19 14:52:57 $
|
||||||
| $Author: e107coders $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ require_once(HEADERF);
|
|||||||
|
|
||||||
if (!isset($pref['subnews_class']))
|
if (!isset($pref['subnews_class']))
|
||||||
{
|
{
|
||||||
$pref['subnews_class'] = '0';
|
$pref['subnews_class'] = e_UC_MEMBER;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!check_class($pref['subnews_class']))
|
if (!check_class($pref['subnews_class']))
|
||||||
|
Reference in New Issue
Block a user