\n";
if (!empty($info['error'])) {
echo "
\n";
echo $info['error'];
echo "
\n";
} else {
echo $info['body'];
}
closetable();
}
}
if (!function_exists("display_page_content")) {
function display_page_content($info) {
echo "\n";
if (!empty($info['error'])) {
echo "\n";
echo $info['error'];
echo "
\n";
} else {
echo $info['body'][$info['rowstart']];
echo $info['pagenav'];
}
}
}