Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Changing Validate order

Quote Reply
Changing Validate order
If you like your NEWEST links to appear first in Validate (so you leave older ones just sit), you can make a simple change to Tools.pm about line 535:

Code:
# Get a list of links awaiting validation.
my $sth = $db->query_sth ( {
isValidated => 'No',
mh => $mh,
nh => $nh,
sb => 'Add_Date',
so => 'DESC'
});
Just change the so=> 'asc' to 'DESC' as above.

PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://LinkSQL.com/FAQ


Subject Author Views Date
Thread Changing Validate order pugdog 2404 Feb 8, 2001, 8:25 PM
Thread Re: Changing Validate order
Alex 2371 Feb 8, 2001, 8:42 PM
Thread Re: Changing Validate order
pugdog 2373 Feb 8, 2001, 8:52 PM
Thread Re: [pugdog] Changing Validate order
hcom 2320 Mar 28, 2003, 12:22 PM
Thread Re: [hcom] Changing Validate order
hcom 2302 Mar 28, 2003, 9:42 PM
Post Re: [hcom] Changing Validate order
hcom 2287 Mar 29, 2003, 5:44 AM
Post Re: [pugdog] Changing Validate order
ryel01 2307 Mar 28, 2003, 1:14 PM
Post Re: [pugdog] Changing Validate order
ryel01 2308 Mar 28, 2003, 1:09 PM