Changeset 4 for trunk/index.php
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 config.php 2 .buildpath 3 .project 4 .settings
-
- Property svn:ignore
-
trunk/index.php
r3 r4 7 7 <head> 8 8 <title>Osobní stránky Jiřího Hajdy</title> 9 <meta http-equiv="Content-Type" content="text/html; charset= iso-8859-2">9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 10 10 </head> 11 11 <body style="font-family: Arial;"> … … 14 14 <table>'; 15 15 16 $DbResult = $Database->select( $DB_Prefix.'projekty', '*', 'finished = 0');16 $DbResult = $Database->select('projekty', '*', 'finished = 0'); 17 17 while($Row = $DbResult->fetch_assoc()) 18 18 { … … 29 29 <table>'; 30 30 31 $DbResult = $Database->select( $DB_Prefix.'projekty', '*', 'finished = 1');31 $DbResult = $Database->select('projekty', '*', 'finished = 1'); 32 32 while($Row = $DbResult->fetch_assoc()) 33 33 {
Note:
See TracChangeset
for help on using the changeset viewer.