Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [klauslovgreen] Bug or feature?

Quote Reply
Re: [klauslovgreen] Bug or feature? In reply to
Regarding the sorting...when did you last install an update?...I just checked the lastest copy and the fix is present...

Code:
my $ord = $IN->param('sf') || $opts->{'User Sort Field'} || 'Username';
my $way = $IN->param('so') || $opts->{'User Sort Order'} || 'ASC';


Quote:
I noticed that if I add a link to the default folder and then moce the link to another folder then I can add the same link again to the default folder and move it one more time to the other folder..

Hmm this is an "overlook" on my part. It will throw an error if you try to add the same link to the same folder twice. You can fix this in sub my_link_add by changing:

Code:
# Make sure the link doesn't exist in this folder.
if ($DB->table('MyLinks2')->count({ my_user_username_fk => $USER->{Username}, my_folder_id_fk => $fid, my_link_id_fk => $lid })) {

to...

Code:
# Make sure the link doesn't exist.
if ($DB->table('MyLinks2')->count({ my_user_username_fk => $USER->{Username}, my_link_id_fk => $lid })) {

...then it will make sure the link doesn't exist anywhere rather than just in the current folder.

Last edited by:

Paul: Apr 6, 2003, 1:26 AM
Subject Author Views Date
Thread; hot thread MyLinks SQL Paul 19011 Mar 23, 2003, 10:03 AM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 17391 Mar 23, 2003, 10:47 AM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 16933 Mar 23, 2003, 11:02 AM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 17010 Mar 23, 2003, 11:16 AM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 17027 Mar 23, 2003, 11:35 AM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 16963 Mar 23, 2003, 12:53 PM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 14378 Mar 26, 2003, 1:11 PM
Post; hot thread Re: [Paul] MyLinks SQL
afinlr 14219 Mar 26, 2003, 5:41 PM
Post; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 14219 Mar 26, 2003, 8:17 PM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 14679 Mar 25, 2003, 11:41 AM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 14394 Mar 25, 2003, 12:50 PM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 14302 Mar 26, 2003, 4:49 AM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 14240 Mar 26, 2003, 5:35 AM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 14268 Mar 26, 2003, 5:48 AM
Post; hot thread Re: [Paul] MyLinks SQL
cwi 14223 Mar 26, 2003, 2:49 PM
Post; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 14203 Mar 25, 2003, 11:19 PM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 16980 Mar 23, 2003, 12:42 PM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 17103 Mar 23, 2003, 1:12 PM
Thread; hot thread Re: [Paul] MyLinks SQL
nt6 16957 Mar 23, 2003, 1:19 PM
Post; hot thread Re: [nt6] MyLinks SQL
Paul 16884 Mar 23, 2003, 1:42 PM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 16935 Mar 23, 2003, 1:30 PM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 16950 Mar 23, 2003, 3:44 PM
Thread; hot thread Re: [Paul] MyLinks SQL
webslicer 16945 Mar 24, 2003, 12:42 AM
Thread; hot thread Re: [webslicer] MyLinks SQL
Paul 17086 Mar 24, 2003, 1:21 AM
Post; hot thread Re: [Paul] MyLinks SQL
Piers1 16807 Mar 24, 2003, 3:25 AM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 16951 Mar 24, 2003, 3:48 AM
Thread; hot thread Re: [Paul] MyLinks SQL
wizcom 17043 Mar 24, 2003, 5:40 AM
Thread; hot thread Re: [wizcom] MyLinks SQL
Andy 16854 Mar 24, 2003, 5:56 AM
Thread; hot thread Re: [Andy] MyLinks SQL
wizcom 16885 Mar 24, 2003, 6:09 AM
Thread; hot thread Re: [wizcom] MyLinks SQL
Andy 16883 Mar 24, 2003, 6:18 AM
Post; hot thread Re: [Andy] MyLinks SQL
Paul 14304 Mar 24, 2003, 6:49 AM
Thread; hot thread Re: [wizcom] MyLinks SQL
Paul 17011 Mar 24, 2003, 5:57 AM
Post; hot thread Re: [Paul] MyLinks SQL
wizcom 16809 Mar 24, 2003, 6:05 AM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 16867 Mar 24, 2003, 5:44 AM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 16854 Mar 24, 2003, 5:59 AM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 17000 Mar 24, 2003, 6:06 AM
Post; hot thread Re: [cwi] MyLinks SQL
Paul 14323 Mar 24, 2003, 6:40 AM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 14469 Mar 25, 2003, 12:34 AM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 14454 Mar 25, 2003, 1:40 AM
Post; hot thread Re: [cwi] MyLinks SQL
Paul 14364 Mar 25, 2003, 1:46 AM
Thread; hot thread Re: [Paul] MyLinks SQL
Paul 14365 Mar 26, 2003, 1:48 PM
Post; hot thread Re: [Paul] MyLinks SQL
Jonze 14227 Mar 26, 2003, 11:27 PM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 14282 Mar 27, 2003, 12:35 PM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 14199 Mar 27, 2003, 1:46 PM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 14242 Mar 27, 2003, 1:51 PM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 14117 Mar 27, 2003, 2:32 PM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 14286 Mar 27, 2003, 2:37 PM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 14182 Mar 27, 2003, 4:07 PM
Thread; hot thread Re: [Paul] MyLinks SQL
yogi 14238 Mar 28, 2003, 12:05 AM
Post; hot thread Re: [yogi] MyLinks SQL
Paul 14166 Mar 28, 2003, 1:38 AM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 14763 Mar 30, 2003, 5:45 AM
Thread; hot thread Re: [Paul] MyLinks SQL
Paul 14772 Apr 2, 2003, 12:27 PM
Thread; hot thread Re: [Paul] MyLinks SQL
Jonze 14796 Apr 2, 2003, 2:39 PM
Thread; hot thread Re: [Jonze] MyLinks SQL
Paul 14706 Apr 2, 2003, 2:47 PM
Thread; hot thread Re: [Paul] MyLinks SQL
Jonze 14646 Apr 3, 2003, 8:35 PM
Thread; hot thread Re: [Jonze] MyLinks SQL
Paul 14746 Apr 4, 2003, 12:23 AM
Thread; hot thread Re: [Paul] MyLinks SQL
ManuGermany 14602 Apr 4, 2003, 2:36 AM
Post; hot thread Re: [ManuGermany] MyLinks SQL
Paul 14525 Apr 4, 2003, 2:38 AM
Thread; hot thread Re: [Paul] MyLinks SQL
Paul 14797 Mar 30, 2003, 7:49 AM
Thread; hot thread Re: [Paul] MyLinks SQL
cwi 14796 Mar 30, 2003, 7:53 AM
Thread; hot thread Re: [cwi] MyLinks SQL
Paul 14806 Mar 30, 2003, 7:55 AM
Thread; hot thread Re: [Paul] MyLinks SQL
hcom 14718 Mar 30, 2003, 1:40 PM
Thread; hot thread Re: [hcom] MyLinks SQL
Paul 14718 Mar 30, 2003, 1:57 PM
Thread; hot thread Re: [Paul] MyLinks SQL
hcom 14717 Mar 30, 2003, 5:22 PM
Post; hot thread Re: [hcom] MyLinks SQL
Paul 14668 Mar 31, 2003, 12:44 AM
Thread; hot thread Comments and Link Checking
webslicer 14650 Mar 31, 2003, 8:34 PM
Thread; hot thread Re: [webslicer] Comments and Link Checking
Paul 14688 Apr 1, 2003, 12:30 AM
Thread; hot thread Re: [Paul] Comments and Link Checking
klauslovgreen 14565 Apr 1, 2003, 1:02 AM
Thread; hot thread Re: [klauslovgreen] Comments and Link Checking
Paul 14577 Apr 1, 2003, 7:30 AM
Thread; hot thread Re: [Paul] Comments and Link Checking
klauslovgreen 14617 Apr 1, 2003, 9:23 AM
Thread; hot thread Re: [klauslovgreen] Comments and Link Checking
Paul 14530 Apr 1, 2003, 9:32 AM
Post; hot thread Re: [Paul] Comments and Link Checking
klauslovgreen 14524 Apr 1, 2003, 9:39 AM
Thread; hot thread Re: [Paul] MyLinks SQL
Fortune 14680 Apr 1, 2003, 12:10 PM
Post; hot thread Re: [Fortune] MyLinks SQL
Paul 14600 Apr 1, 2003, 12:29 PM
Thread; hot thread Re: [Paul] MyLinks SQL
Fortune 14704 Apr 1, 2003, 3:01 PM
Post; hot thread Re: [Fortune] MyLinks SQL
Paul 14493 Apr 1, 2003, 3:11 PM
Thread; hot thread Re: [Fortune] MyLinks SQL
Paul 14569 Apr 1, 2003, 3:13 PM
Post; hot thread Re: [Paul] MyLinks SQL
Paul 14411 Apr 2, 2003, 6:15 AM
Thread; hot thread Re: [Paul] MyLinks SQL
Fortune 14646 Apr 2, 2003, 10:29 AM
Post; hot thread Re: [Fortune] MyLinks SQL
Paul 14401 Apr 2, 2003, 10:38 AM
Thread; hot thread Re: [Fortune] MyLinks SQL
Paul 14561 Apr 2, 2003, 10:42 AM
Thread; hot thread Re: [Paul] MyLinks SQL
Fortune 14517 Apr 2, 2003, 10:52 AM
Thread; hot thread Re: [Fortune] MyLinks SQL
Paul 14731 Apr 2, 2003, 10:52 AM
Post; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 14669 Apr 2, 2003, 12:02 PM
Thread; hot thread Re: [Fortune] MyLinks SQL
Paul 14889 Apr 2, 2003, 12:06 PM
Thread; hot thread Re: [Paul] MyLinks SQL
Fortune 14835 Apr 2, 2003, 11:17 PM
Thread; hot thread Re: [Fortune] MyLinks SQL
Paul 14635 Apr 3, 2003, 12:23 AM
Thread; hot thread Re: [Paul] MyLinks SQL
Fortune 14731 Apr 3, 2003, 12:35 AM
Thread; hot thread Re: [Fortune] MyLinks SQL
Paul 14822 Apr 3, 2003, 12:39 AM
Thread; hot thread Re: [Paul] MyLinks SQL
afinlr 14776 Apr 3, 2003, 7:36 AM
Thread; hot thread Re: [afinlr] MyLinks SQL
Paul 14747 Apr 3, 2003, 8:01 AM
Post; hot thread Re: [Paul] MyLinks SQL
afinlr 14523 Apr 3, 2003, 8:21 AM
Thread; hot thread Re: [Paul] MyLinks SQL
afinlr 14646 Apr 3, 2003, 3:13 PM
Thread; hot thread Re: [afinlr] MyLinks SQL
Paul 14601 Apr 3, 2003, 3:31 PM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 14738 Apr 4, 2003, 12:20 AM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 14561 Apr 4, 2003, 12:23 AM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 14723 Apr 4, 2003, 12:42 AM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 14624 Apr 4, 2003, 12:48 AM
Post; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 14588 Apr 4, 2003, 1:02 AM
Thread; hot thread Re: [afinlr] MyLinks SQL
Paul 15424 Apr 4, 2003, 3:31 AM
Thread; hot thread Re: [Paul] MyLinks SQL
afinlr 15386 Apr 4, 2003, 4:34 AM
Thread; hot thread Re: [afinlr] MyLinks SQL
Paul 15502 Apr 4, 2003, 4:59 AM
Thread; hot thread Re: [Paul] MyLinks SQL
afinlr 15480 Apr 4, 2003, 5:09 AM
Post; hot thread Re: [afinlr] MyLinks SQL
Paul 15272 Apr 4, 2003, 5:14 AM
Thread; hot thread Re: [afinlr] MyLinks SQL
Paul 15343 Apr 4, 2003, 5:28 AM
Thread; hot thread Re: [Paul] MyLinks SQL
afinlr 15392 Apr 4, 2003, 5:43 AM
Thread; hot thread Re: [afinlr] MyLinks SQL
Paul 15385 Apr 4, 2003, 5:48 AM
Thread; hot thread Re: [Paul] MyLinks SQL
afinlr 15654 Apr 4, 2003, 7:10 AM
Thread; hot thread Re: [afinlr] MyLinks SQL
Paul 15368 Apr 4, 2003, 7:12 AM
Thread; hot thread Re: [Paul] MyLinks SQL
Teambldr 15365 Apr 4, 2003, 9:01 AM
Thread; hot thread Re: [Teambldr] MyLinks SQL
klauslovgreen 15427 Apr 4, 2003, 9:03 AM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
carfac 15345 Apr 4, 2003, 2:03 PM
Thread; hot thread Re: [carfac] MyLinks SQL
afinlr 15305 Apr 4, 2003, 3:15 PM
Post; hot thread Re: [afinlr] MyLinks SQL
carfac 15265 Apr 4, 2003, 3:22 PM
Post; hot thread Re: [Teambldr] MyLinks SQL
Paul 15288 Apr 4, 2003, 3:01 PM
Thread; hot thread Re: [afinlr] MyLinks SQL
Paul 15383 Apr 4, 2003, 3:03 PM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 15289 Apr 4, 2003, 11:44 PM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 15357 Apr 5, 2003, 12:51 AM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 15280 Apr 5, 2003, 12:59 AM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 15358 Apr 5, 2003, 1:00 AM
Post; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 15227 Apr 5, 2003, 1:07 AM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 15213 Apr 5, 2003, 1:51 AM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 15456 Apr 5, 2003, 2:19 AM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 15380 Apr 5, 2003, 2:33 AM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 15362 Apr 5, 2003, 2:41 AM
Thread; hot thread Re: [Paul] MyLinks SQL
afinlr 15515 Apr 5, 2003, 3:56 AM
Thread; hot thread Re: [afinlr] MyLinks SQL
Paul 15475 Apr 5, 2003, 4:20 AM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 15367 Apr 5, 2003, 10:39 AM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 15768 Apr 5, 2003, 10:41 AM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 15430 Apr 5, 2003, 10:46 AM
Post; hot thread Re: [klauslovgreen] MyLinks SQL
klauslovgreen 15290 Apr 5, 2003, 11:47 PM
Thread; hot thread Bug or feature?
klauslovgreen 15320 Apr 5, 2003, 10:28 PM
Thread; hot thread Re: [klauslovgreen] Bug or feature?
Paul 15367 Apr 6, 2003, 1:25 AM
Thread; hot thread Re: [Paul] Bug or feature?
klauslovgreen 15307 Apr 6, 2003, 1:28 AM
Thread; hot thread Re: [klauslovgreen] Bug or feature?
Paul 15418 Apr 6, 2003, 1:40 AM
Post; hot thread Re: [Paul] Bug or feature?
klauslovgreen 15310 Apr 6, 2003, 1:41 AM
Thread; hot thread Re: [Paul] Bug or feature?
klauslovgreen 15350 Apr 6, 2003, 1:46 AM
Thread; hot thread Re: [klauslovgreen] Bug or feature?
Paul 15422 Apr 6, 2003, 1:49 AM
Thread; hot thread Re: [Paul] Bug or feature?
klauslovgreen 15360 Apr 6, 2003, 1:50 AM
Thread; hot thread Re: [klauslovgreen] Bug or feature?
Paul 14738 Apr 6, 2003, 6:46 AM
Thread; hot thread Re: [Paul] Bug or feature?
klauslovgreen 14801 Apr 6, 2003, 6:48 AM
Thread; hot thread Re: [klauslovgreen] Bug or feature?
Paul 14727 Apr 6, 2003, 6:51 AM
Thread; hot thread Re: [Paul] Bug or feature?
klauslovgreen 14648 Apr 6, 2003, 6:52 AM
Thread; hot thread Re: [klauslovgreen] Bug or feature?
Paul 14677 Apr 6, 2003, 7:05 AM
Thread; hot thread Re: [Paul] Bug or feature?
klauslovgreen 14728 Apr 6, 2003, 7:16 AM
Thread; hot thread Re: [klauslovgreen] Bug or feature?
Paul 14705 Apr 6, 2003, 7:17 AM
Post; hot thread Think it is there now :-)
klauslovgreen 14667 Apr 6, 2003, 7:59 AM
Thread; hot thread Re: [Paul] Bug or feature?
klauslovgreen 14727 Apr 6, 2003, 8:18 AM
Thread; hot thread Re: [klauslovgreen] Bug or feature?
Paul 14862 Apr 6, 2003, 9:01 AM
Post; hot thread Re: [Paul] Bug or feature?
klauslovgreen 14589 Apr 6, 2003, 9:08 AM
Thread; hot thread Re: [Paul] Bug or feature?
klauslovgreen 14657 Apr 6, 2003, 9:52 AM
Thread; hot thread Re: [klauslovgreen] Bug or feature?
Paul 14705 Apr 6, 2003, 9:55 AM
Thread; hot thread Re: [Paul] Bug or feature?
klauslovgreen 14673 Apr 6, 2003, 10:04 AM
Thread; hot thread Re: [klauslovgreen] Bug or feature?
carfac 14649 Apr 7, 2003, 9:53 AM
Thread; hot thread Re: [carfac] Bug or feature?
Paul 14701 Apr 7, 2003, 10:05 AM
Post; hot thread Re: [Paul] Bug or feature?
carfac 14560 Apr 7, 2003, 10:20 AM
Thread; hot thread Suggestion
klauslovgreen 14763 Apr 7, 2003, 11:29 AM
Thread; hot thread Re: [klauslovgreen] Suggestion
Paul 14672 Apr 7, 2003, 11:34 AM
Thread; hot thread Re: [Paul] Suggestion
carfac 14696 Apr 8, 2003, 2:47 PM
Post; hot thread Re: [carfac] Suggestion
Paul 14537 Apr 8, 2003, 3:35 PM
Post; hot thread Re: [carfac] Suggestion
Paul 14522 Apr 8, 2003, 3:37 PM
Thread; hot thread Re: [carfac] Suggestion
Paul 14566 Apr 8, 2003, 3:39 PM
Thread; hot thread Re: [Paul] Suggestion
carfac 14679 Apr 8, 2003, 3:57 PM
Thread; hot thread Re: [carfac] Suggestion
Paul 14604 Apr 8, 2003, 3:59 PM
Post; hot thread Re: [Paul] Suggestion
carfac 12230 Apr 8, 2003, 4:11 PM
Thread; hot thread Re: [Paul] Suggestion
klauslovgreen 12336 Apr 8, 2003, 10:06 PM
Thread; hot thread Re: [klauslovgreen] Suggestion
Paul 12246 Apr 9, 2003, 1:32 AM
Thread; hot thread Re: [Paul] Suggestion
klauslovgreen 12301 Apr 9, 2003, 4:46 AM
Thread; hot thread Re: [klauslovgreen] Suggestion
Paul 12172 Apr 9, 2003, 4:50 AM
Thread; hot thread Re: [Paul] Suggestion
klauslovgreen 12261 Apr 9, 2003, 4:54 AM
Thread; hot thread Re: [klauslovgreen] Suggestion
Paul 12366 Apr 9, 2003, 5:00 AM
Thread; hot thread Re: [Paul] Suggestion
klauslovgreen 12327 Apr 9, 2003, 5:10 AM
Thread; hot thread Re: [klauslovgreen] Suggestion
Paul 12274 Apr 9, 2003, 5:29 AM
Post; hot thread Re: [Paul] Suggestion
klauslovgreen 12108 Apr 9, 2003, 5:31 AM
Thread; hot thread Re: [Paul] Suggestion
klauslovgreen 12286 Apr 11, 2003, 1:30 PM
Thread; hot thread Re: [klauslovgreen] Suggestion
Paul 12245 Apr 11, 2003, 2:07 PM
Post; hot thread Re: [Paul] Suggestion
klauslovgreen 12087 Apr 11, 2003, 2:07 PM
Thread; hot thread Re: [Paul] Suggestion
afinlr 12166 Apr 29, 2003, 1:31 PM
Thread; hot thread Re: [afinlr] Suggestion
Paul 12225 Apr 29, 2003, 2:36 PM
Post; hot thread Re: [Paul] Suggestion
Piers1 12176 Apr 30, 2003, 12:43 AM
Thread; hot thread Re: [afinlr] Suggestion
Paul 12018 May 13, 2003, 8:06 AM
Post; hot thread Re: [Paul] Suggestion
klauslovgreen 11901 May 16, 2003, 12:16 AM
Thread; hot thread Folder order
klauslovgreen 15447 Apr 6, 2003, 3:09 AM
Thread; hot thread Re: [klauslovgreen] Folder order
Paul 15275 Apr 6, 2003, 4:00 AM
Thread; hot thread Re: [Paul] Folder order
klauslovgreen 15330 Apr 6, 2003, 6:15 AM
Post; hot thread Re: [klauslovgreen] Folder order
Paul 15195 Apr 6, 2003, 6:43 AM
Thread; hot thread Re: [Paul] MyLinks SQL
carfac 15342 Apr 5, 2003, 12:16 PM
Post; hot thread Re: [carfac] MyLinks SQL
Eraser 15299 Apr 5, 2003, 12:32 PM
Thread; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 15211 Apr 5, 2003, 2:19 AM
Thread; hot thread Re: [klauslovgreen] MyLinks SQL
Paul 15500 Apr 5, 2003, 2:20 AM
Post; hot thread Re: [Paul] MyLinks SQL
klauslovgreen 15336 Apr 5, 2003, 2:30 AM
Post; hot thread Re: [Paul] MyLinks SQL
afinlr 15291 Apr 4, 2003, 5:07 AM
Post; hot thread Re: [Fortune] MyLinks SQL
Paul 14580 Apr 3, 2003, 12:31 AM