Subversion Repositories ALCASAR

Rev

Rev 325 | Rev 1805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 325 Rev 790
Line 76... Line 76...
76
	return @mysql_close($link);
76
	return @mysql_close($link);
77
}
77
}
78
 
78
 
79
function da_sql_escape_string($string)
79
function da_sql_escape_string($string)
80
{
80
{
81
	return @mysql_escape_string($string);
81
	return @mysql_real_escape_string($string);
82
}
82
}
83
 
83
 
84
function da_sql_query($link,$config,$query)
84
function da_sql_query($link,$config,$query)
85
{
85
{
86
	if ($config[sql_debug] == 'true')
86
	if ($config[sql_debug] == 'true')