Changeset 307
- Timestamp:
- Jan 30, 2011, 9:02:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aktuality/import_zdechov_cz_zapisy.php
r306 r307 35 35 if($DbResult->num_rows == 0) 36 36 { 37 $Database->insert('News', array('Title' => $Title, 'Date' => $Date, 'Author' => $Aut omat, 'Category' => $Category, 'Content' => $Description), 'Link' => $Link);37 $Database->insert('News', array('Title' => $Title, 'Date' => $Date, 'Author' => $Author, 'Category' => $Category, 'Content' => $Description, 'Link' => $Link)); 38 38 echo($Database->insert_id.','); 39 39 }
Note:
See TracChangeset
for help on using the changeset viewer.