1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Tweak e_user.php

This commit is contained in:
Cameron 2018-05-24 13:14:48 -07:00
parent 171a914acf
commit 8327acb33e

View File

@ -26,16 +26,17 @@ class _blank_user // plugin-folder + '_user'
/**
* Experimental and subject to change without notice.
* Experimental and subject to change without notice.
* @return mixed
*/
function delete()
{
$config['user'] = array(
'user_name' => 'Deleted User',
'user_loginname' => '',
'user_email' => '',
'user_id' => '[primary]',
'user_name' => '[unique]',
'user_loginname' => '[unique]',
'user_email' => '[unique]',
'user_ip' => '',
// etc.
'WHERE' => 'user_id = '.USERID,