pp wrote:
> > > Yes, with nadmin 1.4(segfault).
> >
> > OK, I'll need to install nadmin on that machine. There's a bugreport
> > for this with this info?
>
> Yes
Silly me, I just started to analize this bug. Is this segfault
immediate, or related to a specific action?
> setlocale ("LC_ALL","pl_PL.ISO_8859-2");
> $article = mgd_list_topic_articles_all($id);
> if ($article) for ($i = 0; $i < 5 && $article->fetch(); $i++) { ?>
> <p>
> <strong>&(article.adate);: <a
>href="article/&(article.id);.html">&(article.title);</a></strong><br>
> &(article.abstract);<br>
>
> And date is in English....
adate is indeed hardwired. You'll need to use $article->created with
the regular PHP date formatting functions.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]