Hi!
I changed a little admin site and have one problem with sorting articles
if article
has any content
<?
$article = mgd_list_topic_articles($id, alpha);
while ($article->fetch()){
if ($article->content){
echo "no content";}
?>
<a href="&(host.prefix);/&(article.id);">&(article.title);</a>
<a href="&(host.prefix);/&(article.id);?action=modify">modify</a><br>
<? } ?>
everything works fine but this sorting. I got "no content" even if
article has a content or not.
Piotras
--
http://www.milinski.com.pl
http://www.infoglob.com
http://agaipiotras.igk.pl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]