1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +02:00

Error fixes

This commit is contained in:
CaMer0n
2011-07-10 23:21:09 +00:00
parent 695dbdfa32
commit 4b3703278c
7 changed files with 24 additions and 38 deletions

View File

@@ -805,13 +805,7 @@ $text .= "
<div class='smalltext field-help'>".PRFLAN_125."</div>
</td>
</tr>
<tr>
<td class='label'>".PRFLAN_131.":</td>
<td class='control'>
".$e_userclass->uc_dropdown('php_bbcode', $pref['php_bbcode'], 'nobody,admin,main,classes', "tabindex='".$frm->getNext()."'")."
<div class='smalltext field-help'>".PRFLAN_132."</div>
</td>
</tr>
";
if(file_exists(e_PLUGIN."geshi/geshi.php"))