Changeset 92 for db/obsah.php
Legend:
- Unmodified
- Added
- Removed
-
db
-
Property svn:ignore
set to
config.php
-
Property svn:ignore
set to
-
db/obsah.php
r89 r92 5 5 if( $id == "uvod" ){ $file = "uvod"; $nadpis = "Úvod"; } 6 6 elseif( $id == "stats" ){ $file = "stats"; $nadpis = "Statistiky"; } 7 elseif( $id == "bugreport" ){ $file = "bug_report"; $nadpis = "Systém pro opravu chyb"; } 7 elseif( $id == "bugreport" ){ $file = "bug_report"; $nadpis = "Systém na opravu chyb"; } 8 elseif( $id == "sendbug" ){ $file = "bug_report"; $nadpis = "Systém na opravu chyb - nahlášení chyby"; } 8 9 elseif( $id == "races" ){ $file = "races"; $nadpis = "Rasy"; } 9 10 elseif( $id == "classes" ){ $file = "classes"; $nadpis = "Povolání"; } … … 35 36 } 36 37 elseif( !empty($quest) ){ 37 $quest_dotaz_nadpis = mysql_query("SELECT `Title` FROM `quest_template` WHERE `entry`='".$quest."' LIMIT 1" ,$DB_mangos);38 $quest_dotaz_nadpis = mysql_query("SELECT `Title` FROM `quest_template` WHERE `entry`='".$quest."' LIMIT 1"); 38 39 if( mysql_num_rows($quest_dotaz_nadpis) == "1" ) { $i = "0"; 39 40 $result = MySQL_Fetch_Array($quest_dotaz_nadpis); … … 44 45 } 45 46 elseif( !empty($creature) ){ 46 $creature_dotaz_nadpis = mysql_query("SELECT `name`,`subname` FROM `creature_template` WHERE `entry`='".$creature."' LIMIT 1" ,$DB_mangos);47 $creature_dotaz_nadpis = mysql_query("SELECT `name`,`subname` FROM `creature_template` WHERE `entry`='".$creature."' LIMIT 1"); 47 48 if( mysql_num_rows($creature_dotaz_nadpis) == "1" ) { $i = "0"; 48 49 $result = @MySQL_Fetch_Array($creature_dotaz_nadpis);
Note:
See TracChangeset
for help on using the changeset viewer.