Changeset 118 for db/novinky.php
- Timestamp:
- Nov 4, 2007, 5:38:25 PM (17 years ago)
- Location:
- db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
db
- Property svn:ignore
-
old new 1 1 config.php 2 navrh
-
- Property svn:ignore
-
db/novinky.php
r76 r118 1 1 <?php 2 if($promenna_obsahuji_overeni_pro_vlozeni_souboru == "OK"){ 3 ?> 2 if (!defined('IN_CODE')){ exit; }; 4 3 5 <?php6 4 7 5 if( $id != "8" ){ $sql_limit = "LIMIT 10 "; }; … … 49 47 } else { echo $chybka; }; 50 48 ?> 51 52 <?php53 };54 ?>
Note:
See TracChangeset
for help on using the changeset viewer.