Changeset 417 for trunk/export/export.php
- Timestamp:
- Apr 7, 2010, 7:31:53 AM (16 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/export/export.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/export/export.phpr408 r417 73 73 "-- ===========================================\n". 74 74 "--\n". 75 "-- Web projektu: ".$this->Config['Web'][' BaseURL']."\n".75 "-- Web projektu: ".$this->Config['Web']['Host'].$this->System->Link('/')."\n". 76 76 "-- Datum exportu: ".date("j.n.Y H:i:s")."\n". 77 77 "-- Znaková sada: ".$this->Config['Database']['Charset']." / ".$this->Config['Web']['Charset']."\n". … … 192 192 "<document>\n". 193 193 " <meta>\n". 194 " <projecturl>".$this->Config['Web'][' BaseURL']."</projecturl>\n".194 " <projecturl>".$this->Config['Web']['Host'].$this->System->Link('/')."</projecturl>\n". 195 195 " <time>".date('r')."</time>\n". 196 196 " <diacritics mode=".'"'.$this->Export['WithDiacritic'].'"'." />\n". 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
