File Manager

Current Path : /webspace/www.babilon.be/html/shop/modules/homeslider/upgrade/
Upload File :
Current File : //webspace/www.babilon.be/html/shop/modules/homeslider/upgrade/install-1.2.1.php

<?php

if (!defined('_PS_VERSION_'))
	exit;

function upgrade_module_1_2_1($object)
{
	return Db::getInstance()->execute('
	UPDATE '._DB_PREFIX_.'homeslider_slides_lang SET
		'.homeslider_stripslashes_field('title').',
		'.homeslider_stripslashes_field('description').',
		'.homeslider_stripslashes_field('legend').',
		'.homeslider_stripslashes_field('url')
	);
}

function homeslider_stripslashes_field($field)
{
	$quotes = array('"\\\'"', '"\'"');
	$dquotes = array('\'\\\\"\'', '\'"\'');
	$backslashes = array('"\\\\\\\\"', '"\\\\"');

	return '`'.bqSQL($field).'` = replace(replace(replace(`'.bqSQL($field).'`, '.$quotes[0].', '.$quotes[1].'), '.$dquotes[0].', '.$dquotes[1].'), '.$backslashes[0].', '.$backslashes[1].')';
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com