mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Bug #3600 - submit news userclass pref was missing 'admin'.
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_admin/newspost.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2006-12-07 15:41:49 $
|
||||
| $Author: sweetas $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2006-12-11 08:02:21 $
|
||||
| $Author: e107coders $
|
||||
+---------------------------------------------------------------+
|
||||
|
||||
*/
|
||||
@@ -994,7 +994,7 @@ class newspost {
|
||||
$text .= " <tr>
|
||||
<td class='forumheader3' style='width:60%'><span class='defaulttext'>".NWSLAN_106."</span></td>
|
||||
<td class='forumheader3' style='width:40%'>
|
||||
".r_userclass("subnews_class", $pref['subnews_class']). "</td></tr>";
|
||||
".r_userclass("subnews_class", $pref['subnews_class'],"off","nobody,public,guest,member,admin,classes"). "</td></tr>";
|
||||
|
||||
|
||||
$text .= "
|
||||
|
Reference in New Issue
Block a user