Subversion Repositories ALCASAR

Rev

Rev 1831 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1831 Rev 1845
Line 3... Line 3...
3
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
3
	include_once("../lib/sql/drivers/$config[sql_type]/functions.php");
4
else{
4
else{
5
	echo "<b>Could not include SQL library</b><br>\n";
5
	echo "<b>Could not include SQL library</b><br>\n";
6
	exit();
6
	exit();
7
}
7
}
8
if ($config[sql_use_operators] == 'true'){
8
if ($config['sql_use_operators'] == 'true'){
9
	$text1 = ',op';
9
	$text1 = ',op';
10
	$text2  = ",':='";
10
	$text2  = ",':='";
11
	$text3 = ", op = ':='";
11
	$text3 = ", op = ':='";
12
}
12
}
13
else{
13
else{