Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 66 | Revision 93 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 66 Revision 77
Zeile 1... Zeile 1...
1
<?
1
<?
2
	require("include/common.php");
2
	require("include/common.php");
3
	$smarty->assign("title",$common["result"]);
3
	$smarty->assign("title",$common["final_result"]);
4
	$sql="SELECT * FROM games WHERE g_type IN (5,6)";
4
	$sql="SELECT * FROM games WHERE g_type IN (5,6)";
5
	$res=$db->query($sql);
5
	$res=$db->query($sql);
6
	if (DB::isError($res))
6
	if (DB::isError($res))
7
	{
7
	{
8
		$smarty->assign("meld",$common["an_error_occured"]);
8
		$smarty->assign("meld",$common["an_error_occured"]);