* @param $return_desc The return link name
* @param $page The current page
*
- * $Id: display.php,v 1.18 2003/05/19 13:12:42 chriskl Exp $
+ * $Id: display.php,v 1.19 2003/05/21 02:07:42 chriskl Exp $
*/
// Include application functions
$id = (($i % 2) == 0 ? '1' : '2');
echo "<tr>\n";
foreach ($rs->f as $k => $v) {
- echo "<td class=\"data{$id}\">", $misc->printVal($v, true), "</td>";
+ echo "<td class=\"data{$id}\" nowrap=\"nowrap\">", $misc->printVal($v, true), "</td>";
}
echo "</tr>\n";
$rs->moveNext();
* @param $return_url The return URL
* @param $return_desc The return link name
*
- * $Id: sql.php,v 1.4 2003/05/19 06:08:07 chriskl Exp $
+ * $Id: sql.php,v 1.5 2003/05/21 02:07:42 chriskl Exp $
*/
// Include application functions
$id = (($i % 2) == 0 ? '1' : '2');
echo "<tr>\n";
foreach ($rs->f as $k => $v) {
- echo "<td class=\"data{$id}\">", $misc->printVal($v, true), "</td>";
+ echo "<td class=\"data{$id}\" nowrap=\"nowrap\">", $misc->printVal($v, true), "</td>";
}
echo "</tr>\n";
$rs->moveNext();