public/main/exercise/hotspot_save.inc.php
Variable "TBL_ANSWER" is not in valid camel caps format Open
Open
$sql = "UPDATE $TBL_ANSWER SET
- Exclude checks
Variable "hotspot_coordinates" is not in valid camel caps format Open
Open
$hotspot_coordinates = api_substr($hotspot_coordinates, 0, -2);
- Exclude checks
Variable "TBL_ANSWER" is not in valid camel caps format Open
Open
$TBL_ANSWER = Database::get_course_table(TABLE_QUIZ_ANSWER);
- Exclude checks
Variable "hotspot_coordinates" is not in valid camel caps format Open
Open
$hotspot_coordinates = '';
- Exclude checks
Variable "hotspot_type" is not in valid camel caps format Open
Open
$hotspot_type = $_GET['type'];
- Exclude checks
Variable "hotspot_coordinates" is not in valid camel caps format Open
Open
$hotspot_coordinates .= $coord.$delimiter;
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
c_id = $course_id AND
- Exclude checks
Variable "hotspot_coordinates" is not in valid camel caps format Open
Open
$hotspot_coordinates = $_GET['x'].';'.$_GET['y'].'|'.$_GET['width'].'|'.$_GET['height'];
- Exclude checks
Variable "hotspot_coordinates" is not in valid camel caps format Open
Open
$hotspot_coordinates = api_substr($hotspot_coordinates, 0, -2);
- Exclude checks
Variable "tmp_coord" is not in valid camel caps format Open
Open
foreach ($tmp_coord as $coord) {
- Exclude checks
Variable "hotspot_coordinates" is not in valid camel caps format Open
Open
hotspot_coordinates = '".Database::escape_string($hotspot_coordinates)."',
- Exclude checks
Variable "hotspot_type" is not in valid camel caps format Open
Open
$hotspot_type = $_GET['type'];
- Exclude checks
Variable "tmp_coord" is not in valid camel caps format Open
Open
$tmp_coord = explode(',', $_GET['co']);
- Exclude checks
Variable "hotspot_type" is not in valid camel caps format Open
Open
hotspot_type = '".Database::escape_string($hotspot_type)."'
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- Exclude checks