modified:changes made to fix ' sign in title and description
This commit is contained in:
parent
657fabc5c5
commit
c4ca54173d
1 changed files with 6 additions and 4 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue