ajax/pictures.php
Line exceeds 120 characters; contains 166 characters Open
Open
$count = $GLOBALS['xoopsDB']->queryF("SELECT COUNT(id) AS count FROM {$GLOBALS['xoopsDB']->prefix('apcal_pictures')} WHERE event_id={$_GET['e']} AND main_pic=0");
- Exclude checks
Line exceeds 120 characters; contains 145 characters Open
Open
if ($GLOBALS['xoopsDB']->queryF("DELETE FROM {$GLOBALS['xoopsDB']->prefix('apcal_pictures')} WHERE event_id={$_GET['e']} AND id={$_GET['p']}")) {
- Exclude checks