[TYPO3-core] realurl

Kasper Skårhøj kasper2005 at typo3.com
Wed Oct 12 15:00:05 CEST 2005


Hi Martin,

Added your changes in this mail,

I looked at p2_realurl and I think Wolfgangs changes pre-dates the feature 
"languageExceptionUids" which I have put in to except languages with 
non-ascii-chars. So I will ignore that. 

- kasper



On Wednesday 12 October 2005 14:11, Martin Kutschker wrote:
> Kasper Skårhøj <kasper2005 at typo3.com> writes on
>
> Wed, 12 Oct 2005 12:35:51 +0200 (METDST):
> > I searched in mantin for realurl but didn't find any issues. I thought
> > there were some? You know of any I should fix now I'm working on that
> > extension anyway?
>
> Wolfgang Klinger has collected 2 fixes in the extension p2_realurl.
>
> And I found one in the module (PHP error when no sys_language present):
>
> function renderSearchForm() {
> ...
> // Language selector:
> $sys_languages =
> t3lib_BEfunc::getRecordsByField('sys_language','pid',0,'','','title');
>
> // Masi: fix if no sys_language records defined
> if (!is_array($sys_languages)) {
> $sys_languages = array();
> }
>
> array_unshift($sys_languages,array('uid' => 0, 'title' => 'Default'));
> ...
> }
>
> Good to hear, that the extension is not dead.
>
> Masi
> _______________________________________________
> Typo3-team-core mailing list
> Typo3-team-core at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-core

-- 
- kasper

-----------------
Think future, not feature



More information about the TYPO3-team-core mailing list