mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +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).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/newspost.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/newspost.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2006-12-07 15:41:49 $
|
| $Date: 2006-12-11 08:02:21 $
|
||||||
| $Author: sweetas $
|
| $Author: e107coders $
|
||||||
+---------------------------------------------------------------+
|
+---------------------------------------------------------------+
|
||||||
|
|
||||||
*/
|
*/
|
||||||
@@ -994,7 +994,7 @@ class newspost {
|
|||||||
$text .= " <tr>
|
$text .= " <tr>
|
||||||
<td class='forumheader3' style='width:60%'><span class='defaulttext'>".NWSLAN_106."</span></td>
|
<td class='forumheader3' style='width:60%'><span class='defaulttext'>".NWSLAN_106."</span></td>
|
||||||
<td class='forumheader3' style='width:40%'>
|
<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 .= "
|
$text .= "
|
||||||
|
Reference in New Issue
Block a user