[Removed marketing window from stdlib tlack@modernmethod.com**20051013145421] { hunk ./mw_flash_high.phtml 1 - -require("site.phtml"); -$c = xconnect(); - -if (empty($next_fk)) { - $qs = " - select * - from m_mw_flash_high - order by sort_key"; -} else { - $qs = " - select * - from m_mw_flash_high - where flash_key = '$next_fk'"; -} - -$res = xquery($qs, $c); -$a = xfetch($res); - -$qs_next = " - select * - from m_mw_flash_high - where sort_key > $a[sort_key]"; -$res_next = xquery($qs_next, $c); -$next_fk = ""; -if (xnum_rows($res_next) > 0) { - $a_next = xfetch($res_next); - $next_fk = $a_next["flash_key"]; -} else { - $qs_next = " - select * - from m_mw_flash_high - order by sort_key"; - $res_next = xquery($qs_next, $c); - if (xnum_rows($res_next) > 0) { - $a_next = xfetch($res_next); - $next_fk = $a_next["flash_key"]; - } -} -?> - -
-= $a["body_text"]; ?>