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

Add file caching of user extended table

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/
This commit is contained in:
mcfly
2008-11-30 23:15:15 +00:00
parent 0ed0056af7
commit 2407827501
3 changed files with 54 additions and 44 deletions

View File

@@ -11,19 +11,20 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/users_extended.php,v $
| $Revision: 1.12 $
| $Date: 2008-08-30 20:22:23 $
| $Author: e107steved $
| $Revision: 1.13 $
| $Date: 2008-11-30 23:15:15 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php");
if (!getperms("4")) {
header("location:".e_BASE."index.php");
require_once('../class2.php');
if (!getperms('4'))
{
header('location:'.e_BASE.'index.php');
exit;
}
if (isset($_POST['cancel']))
{
header("location:".e_SELF);
header('location:'.e_SELF);
exit;
}
if (isset($_POST['cancel_cat']))
@@ -35,12 +36,11 @@ if (isset($_POST['cancel_cat']))
$e_sub_cat = 'user_extended';
$user = new users_ext;
$curtype = '1';
require_once(e_HANDLER."calendar/calendar_class.php");
require_once(e_HANDLER.'calendar/calendar_class.php');
$cal = new DHTML_Calendar(true);
require_once("auth.php");
require_once(e_HANDLER."user_extended_class.php");
require_once(e_HANDLER."userclass_class.php");
require_once(e_HANDLER.'user_extended_class.php');
require_once(e_HANDLER.'userclass_class.php');
$ue = new e107_user_extended;
$message = '';
@@ -55,7 +55,6 @@ if (e_QUERY)
}
if (isset($_POST['up_x']))
{
$qs = explode(".", $_POST['id']);