From: ivan Date: Mon, 2 Jun 2008 18:31:07 +0000 (+0000) Subject: fix ntable calls X-Git-Tag: root_of_webpay_support~606 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=af689cba3b153e212c3c67f518309a03b06186a9 fix ntable calls --- diff --git a/FS/FS/UI/Web/small_custview.pm b/FS/FS/UI/Web/small_custview.pm index 4c705c159..079ae9368 100644 --- a/FS/FS/UI/Web/small_custview.pm +++ b/FS/FS/UI/Web/small_custview.pm @@ -112,5 +112,18 @@ sub small_custview { $html; } +#bah. don't want to pull in all of FS::CGI, that's the whole problem in the +#first place +sub ntable { + my $col = shift; + my $cellspacing = shift || 0; + if ( $col ) { + qq!!; + } else { + '
'; + } + +} + 1;