Parašė ---· 2010 Vas. 22 20:02:15
#169
O tai netaip turėtų būt?
$news_info = array(
"news_id" => $data['news_id'],
"user_id" => $data['user_id'],
"user_name" => $data['user_name'],
"news_date" => $data['news_datestamp'],
"news_ext" => $data['news_extended'] ? "y" : "n",
"news_reads" => $data['news_reads'],
"news_comments" => dbcount("(comment_id)", "comments", "comment_type='N' AND comment_item_id='".$data['news_id']."'"),
"news_allow_comments" => $data['news_allow_comments'],
"naujiena" => "<a href='".FUSION_SELF."?readmore=".$data['news_id']."' title='Visa naujiena'>".nl2br(stripslashes($data['news_news']))."</a>"
);
Redagavo ---· 2010 Vas. 22 20:02:25