/* Служебная часть */
for ($f_RowNum = 0; $f_RowNum < $rowCount; $f_RowNum++) {
if($fetch_row[$f_RowNum] instanceof Iterator) {
extract($fetch_row[$f_RowNum]->to_array(), EXTR_PREFIX_ALL, "f");
} else {
extract($fetch_row[$f_RowNum], EXTR_PREFIX_ALL, "f");
}
foreach($iteration_RecordTemplate[$f_RowNum] as $value) {
extract($value);
}
eval($cc_env["convert2txt"]);
ob_start();
/* Конец служебной части */?>
if ($f_RowNum && !$show_all && $full_msg_id == $f_RowID) { ?>
|
} ?>
'>
| =($current_user['User_ID']==$f_UserID ? "«" : "»")?> |
href='=nc_auth_profile_url(isset($outbox) ? $f_ToUser : $f_UserID)?>'>=$f_Author?>
|
=(!$f_Status && $f_ToUser==$current_user['User_ID'] ? "$f_Subject" : "$f_Subject")?>
|
=$f_Created_day.".".$f_Created_month.".".$f_Created_year." - ".$f_Created_hours.":".$f_Created_minutes?> |
if ($show_all || $full_msg_id == $f_RowID) { ?>
'>
|
=nc_bbcode($f_Message).$f_AdminButtons?>
|
|
} ?>
/* Служебная часть */
echo nc_finishing_RecordTemplate(ob_get_clean(), $inside_admin, $classID, $f_RowID, $parent_message, $cc, $cc_env["Class_Name"], $no_cache_marks);
}
/* Конец служебной части */?>