You are here

constant USER_DELETE_FILE_PATH in User Delete 6

Same name and namespace in other branches
  1. 5 user_delete.module \USER_DELETE_FILE_PATH

@file User delete - Let users delete their own account.

This module will be abandoned when http://drupal.org/node/8 is fixed.

Note: As of January 8, 2009 - 09:44 the issue is marked as fixed. And commited to Drupal 7, see http://drupal.org/node/8#comment-1188824

@author Stefan Auditor <stefan.auditor@erdfisch.de>

TODO: Double check comment backup function Integrate with batchapi

2 uses of USER_DELETE_FILE_PATH
user_delete_backup in ./user_delete.module
Backup an user/node/comment object to the filesystem
user_delete_backup_scan_expired in ./user_delete.module
Scan for and delete expired files

File

./user_delete.module, line 20
User delete - Let users delete their own account.

Code

define('USER_DELETE_FILE_PATH', file_directory_path() . '/user_delete_backup');