htdocs/include/notification_update.php
TODO found Open
Open
// @TODO: allow 'GET' also so we can process 'unsubscribe' requests??
- Exclude checks
TODO found Open
Open
// @TODO: finish integration with comments... i.e. need calls to
- Exclude checks
TODO found Open
Open
// @TODO: write a central function to put together args with '?' and '&'
- Exclude checks
TODO found Open
Open
// not_mid (TODO)
- Exclude checks
TODO found Open
Open
// not_uid (TODO)
- Exclude checks
TODO found Open
Open
// @TODO: can we put arguments in the not_redirect argument??? do we need
- Exclude checks
TODO found Open
Open
// @TODO: something like grey box summary of actions (like multiple comment
- Exclude checks
FIXME found Open
Open
// FIXME: right now I just ignore database errors (e.g. if already
- Exclude checks
Reference to undeclared constant \_NOT_UPDATEOK
Open
Open
redirect_header ($_POST['not_redirect'].$argstring, 3, _NOT_UPDATEOK);
- Exclude checks
Call to method categoryInfo
from undeclared class \icms_data_notification_Handler
Open
Open
$category_info =& icms_data_notification_Handler::categoryInfo($category);
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
if (!icms::$security->check()) {
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$notification_handler = icms::handler('icms_data_notification');
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
$user_id = is_object(icms::$user) ? icms::$user->getVar('uid') : 0;
- Exclude checks
Reference to static property module
from undeclared class \icms
Open
Open
if (!defined('ICMS_ROOT_PATH') || !is_object(icms::$module)) {
- Exclude checks
Reference to static property module
from undeclared class \icms
Open
Open
$module_id = icms::$module->getVar('mid');
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
redirect_header($_POST['not_redirect'], 3, implode('<br />', icms::$security->getErrors()));
- Exclude checks
Blank line found at start of control structure Open
Open
foreach ($update_list as $update_item) {
- Exclude checks
Expected 1 blank line at end of file; 2 found Open
Open
exit();
- Exclude checks
Blank line found at end of control structure Open
Open
- Exclude checks
No space found after comma in function call Open
Open
list($category,$item_id,$event) = explode( ',',$update_item['params'] );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
list($category, $item_id, $event) = explode( ',', $update_item['params'] );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
list($category, $item_id, $event) = explode( ',', $update_item['params'] );
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
redirect_header ($_POST['not_redirect'].$argstring, 3, _NOT_UPDATEOK);
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
list($category,$item_id,$event) = explode( ',',$update_item['params'] );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
list($category,$item_id,$event) = explode( ',',$update_item['params'] );
- Exclude checks