1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Admin tools - column selector working everywhere again; improved UI - list/editQuery not needed anymore, queries are auto-generated, table JOIN support added (see comment manager), various improvement, still work in progress

This commit is contained in:
secretr
2009-11-05 17:32:19 +00:00
parent 276fa19298
commit 18a4b9bfe9
11 changed files with 455 additions and 260 deletions

View File

@@ -10,9 +10,9 @@
* Administration Area - Users
*
* $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $
* $Revision: 1.61 $
* $Date: 2009-10-21 21:36:10 $
* $Author: e107steved $
* $Revision: 1.62 $
* $Date: 2009-11-05 17:32:17 $
* $Author: secretr $
*
*/
require_once ('../class2.php');
@@ -762,7 +762,7 @@ class users
function usersSaveColumnPref()
{
global $pref,$user_pref,$admin_log;
if (isset ($_POST['submit-e-columns']))
if (isset ($_POST['etrigger_ecolumns']))
{
$user_pref['admin_users_columns'] = $_POST['e-columns'];
save_prefs('user');