1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Prevent method name conflict and some notice removal.

This commit is contained in:
CaMer0n
2009-11-06 00:02:12 +00:00
parent 18a4b9bfe9
commit 327d9c53f1
3 changed files with 35 additions and 8 deletions

View File

@@ -9,9 +9,9 @@
* Administration Area - User classes
*
* $Source: /cvs_backup/e107_0.8/e107_admin/userclass2.php,v $
* $Revision: 1.32 $
* $Date: 2009-11-05 17:32:18 $
* $Author: secretr $
* $Revision: 1.33 $
* $Date: 2009-11-06 00:02:12 $
* $Author: e107coders $
*
*/
@@ -910,7 +910,7 @@ class uclass_manager
foreach($classes as $row)
{
$text .= $frm->trow($this->fields, $this->fieldpref, $row, 'userclass_id');
$text .= $frm->renderTableRow($this->fields, $this->fieldpref, $row, 'userclass_id');
}
}
$text .= "</tbody></table></fieldset></form>";