chamilo/chamilo-lms

View on GitHub
public/main/survey/generate_link.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "survey_id" is not in valid camel caps format
Open

    $survey_id,

Variable "survey_id" is not in valid camel caps format
Open

$survey_id = isset($_REQUEST['survey_id']) ? (int) $_REQUEST['survey_id'] : null;

Variable "survey_data" is not in valid camel caps format
Open

    'name' => strip_tags($survey_data['title']),

Variable "survey_id" is not in valid camel caps format
Open

    'url' => api_get_path(WEB_CODE_PATH).'survey/survey.php?survey_id='.$survey_id.'&'.api_get_cidreq(),

Variable "survey_id" is not in valid camel caps format
Open

if (empty($survey_id)) {

Variable "survey_id" is not in valid camel caps format
Open

$survey_data = SurveyManager::get_survey($survey_id);

Variable "survey_data" is not in valid camel caps format
Open

$survey_data = SurveyManager::get_survey($survey_id);

There are no issues that match your filters.

Category
Status