Author: pb
Date: Wed Jul 22 21:30:32 2009
New Revision: 4034

Log:
- fixed wong charset in cronjob.ini.append.php

Modified:
    
ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.0.0final-to-2.1.0alpha1
    ezfind/ezp4/trunk/extension/ezfind/settings/cronjob.ini.append.php
Modified: ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.0.0final-to-2.1.0alpha1
==============================================================================
--- ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.0.0final-to-2.1.0alpha1 (original)
+++ ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.0.0final-to-2.1.0alpha1 Wed Jul 22 21:30:32 2009
@@ -6,7 +6,7 @@
 - Implemented #014725: Add an optimize index cronjob
 - Implemented #014357: ezFind 2.0.0pre svn publish_date ignored
   Added the publish_date parameter for fetch(ezfind, search)
-- Implemented bug #014807: add support for object states
+- Implemented #014807: add support for object states
 
 
 *Bugs:
@@ -15,4 +15,5 @@
 - Fixed bug #14551: fixed cronjob ezfindexcontent.php, and removed index optimization from this cronjob
 - Fixed bug #14726: Class filtering on a standard content search is broken when parameter is given as a class identifier array
 - Fixed bug #14539: Copyright violation - ezsolr
-- Fixed bug #14960: Main URL alias always presented in search results, even when a subtree filter is applied
+- Fixed bug #14960: Main URL alias always presented in search results, even when a subtree filter is applied
+- fixed wrong charset declaration in cronjob.ini.append.php

Modified: ezfind/ezp4/trunk/extension/ezfind/settings/cronjob.ini.append.php
==============================================================================
--- ezfind/ezp4/trunk/extension/ezfind/settings/cronjob.ini.append.php (original)
+++ ezfind/ezp4/trunk/extension/ezfind/settings/cronjob.ini.append.php Wed Jul 22 21:30:32 2009
@@ -1,4 +1,4 @@
-<?php /* #?ini charset="iso-8859-1"?
+<?php /* #?ini charset="utf8"?
 
 [CronjobSettings]
 ExtensionDirectories[]=ezfind

_______________________________________________
svn-eZFind mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-ezfind

Reply via email to