XoopsModules25x/apcal

View on GitHub
ajax/pictures.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 166 characters
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");
Severity: Minor
Found in ajax/pictures.php by phpcodesniffer

Line exceeds 120 characters; contains 145 characters
Open

if ($GLOBALS['xoopsDB']->queryF("DELETE FROM {$GLOBALS['xoopsDB']->prefix('apcal_pictures')} WHERE event_id={$_GET['e']} AND id={$_GET['p']}")) {
Severity: Minor
Found in ajax/pictures.php by phpcodesniffer

There are no issues that match your filters.

Category
Status