Ignore:
Timestamp:
Nov 27, 2011, 6:47:46 PM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Načítání úřední desky zděchova.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aktuality/import_zdechov_cz_aktuality.php

    r320 r321  
    2828 
    2929
     30  /*
    3031  echo('Title: '.$Title.'<br>');
    3132  echo('Description: '.$Description.'<br>');
    3233  echo('Date: '.$Date.'<br>');
    3334  echo('Link: '.$Link.'<br><hr>');
    34 
     35  */
    3536
    3637  $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.