constant FILEDEPOT_NOTIFY_NEWFILE in filedepot 6
Same name and namespace in other branches
- 7 filedepot.module \FILEDEPOT_NOTIFY_NEWFILE
5 uses of FILEDEPOT_NOTIFY_NEWFILE
- filedepot::approveFileSubmission in ./
filedepot.class.php - filedepot::saveFile in ./
filedepot.class.php - filedepotAjaxServer_moveCheckedFiles in ./
lib-ajaxserver.php - filedepot_dispatcher in ./
ajaxserver.php - @file ajaxserver.php Implementation of filedepot_ajax() - main ajax handler for the module
- filedepot_sendNotification in ./
lib-common.php - Send out notifications to all users that have subscribed to this file or file category Will check user preferences for notification if Messenger Plugin is installed
File
- ./
filedepot.module, line 24 - filedepot.module Filedepot: File Management Module developed by Nextide www.nextide.ca Full featured document managment module with a desktop application feel. Integrated role and user permissions to secure folders, automated notifications, Tag Cloud…
Code
define('FILEDEPOT_NOTIFY_NEWFILE', 1);