Changeset 321 for trunk/aktuality/import_zdechov_cz_aktuality.php
- Timestamp:
- Nov 27, 2011, 6:47:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aktuality/import_zdechov_cz_aktuality.php
r320 r321 28 28 29 29 30 /* 30 31 echo('Title: '.$Title.'<br>'); 31 32 echo('Description: '.$Description.'<br>'); 32 33 echo('Date: '.$Date.'<br>'); 33 34 echo('Link: '.$Link.'<br><hr>'); 34 35 */ 35 36 36 37 $DbResult = $Database->select('News', 'Id', '`Title`="'.$Database->real_escape_string($Title).'" AND `Date`="'.$Date.'" AND `Category`='.$Category);
Note:
See TracChangeset
for help on using the changeset viewer.