modified:changes made to fix ' sign in title and description

This commit is contained in:
Awais-cb 2017-05-08 15:35:35 +05:00
parent 657fabc5c5
commit c4ca54173d

View file

@ -344,10 +344,12 @@ switch($mode)
}
$_POST['videoid'] = trim($_POST['videoid']);
$_POST['title'] = addslashes($_POST['title']);
$_POST['description'] = addslashes($_POST['description']);
$_POST['duration'] = addslashes($_POST['duration']);
//changes made
// $_POST['videoid'] = trim($_POST['videoid']);
// $_POST['title'] = addslashes($_POST['title']);
// $_POST['description'] = addslashes($_POST['description']);
// $_POST['duration'] = addslashes($_POST['duration']);
if(empty($eh->error_list))
{