1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Added setScVar() function to shortcode handler, modified forum and news to use new function. More work on new level handler, implemented it in forum shortcodes.

This commit is contained in:
mcfly
2009-01-25 17:44:13 +00:00
parent c3aa41f55f
commit 6633e23f94
7 changed files with 192 additions and 194 deletions

View File

@@ -9,8 +9,8 @@
* Administration Area - Users
*
* $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $
* $Revision: 1.30 $
* $Date: 2009-01-18 16:47:41 $
* $Revision: 1.31 $
* $Date: 2009-01-25 17:44:12 $
* $Author: mcfly_e107 $
*
*/
@@ -1594,7 +1594,7 @@ function show_ranks()
$fieldList['core'] = array(
'comments' => USRLAN_201,
'visits' => USRLAN_202,
'days' => USRLAN_203
'daysregged' => USRLAN_203
);
foreach($e107->extended_struct as $field)