");
if ($id > 0)
{
if($row->photo == null or $row->photo == "") {
printf(" %s \n", $row->authname ); } else { if ($row->in_memoriam == 1) { $border = ' border="4" border-color="black" '; } else { $border = ''; } printf("
E-mail: %s ", $row->authemail, $row->authemail); } else { $query = sprintf("select * from bnw_edboard where active=1 order by sortorder asc, authsortname asc"); queryAndPrint($query); echo "\n";
$query = sprintf("select * from bnw_edboard where active=2 order by sortorder asc, authsortname asc");
queryAndPrint($query);
}
printf(" |
Error seeking row %d | %s |