Gossamer Forum
Quote Reply
Value as No, not 0 :/
Anyone got any idea as to why isNew, isValidated, isPop etc are all showing up as their admin interface value? i.e...

isNew = "Yes"

instead of;

isNew = 1

The code I am using is;

Code:
$db = $DB->table('Links');
$link = $db->select ('*', { ID => $_ })->fetchrow_hashref;
$output .= Links::SiteHTML::display ('myfaves_link', $link);

I know it works ok in the main LSQL installation, but just not this one Unsure

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Value as No, not 0 :/ Andy 2064 Feb 21, 2003, 3:23 AM
Thread Re: [Andy] Value as No, not 0 :/
pugdog 1983 Feb 22, 2003, 2:07 AM
Post Re: [pugdog] Value as No, not 0 :/
Andy 1977 Feb 22, 2003, 2:26 AM