Ignore:
Timestamp:
Jan 30, 2011, 9:02:11 PM (14 years ago)
Author:
george
Message:
  • Opravno: Chyba v importu zapisu obce.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aktuality/import_zdechov_cz_zapisy.php

    r306 r307  
    3535  if($DbResult->num_rows == 0)
    3636  {
    37     $Database->insert('News', array('Title' => $Title, 'Date' => $Date, 'Author' => $Automat, 'Category' => $Category, 'Content' => $Description), 'Link' => $Link);
     37    $Database->insert('News', array('Title' => $Title, 'Date' => $Date, 'Author' => $Author, 'Category' => $Category, 'Content' => $Description, 'Link' => $Link));
    3838    echo($Database->insert_id.',');
    3939  }
Note: See TracChangeset for help on using the changeset viewer.