Gossamer Forum
Home : Products : Gossamer Links : Discussions :

remove links without removing favorites

Quote Reply
remove links without removing favorites
Hi,

I am trying to remove links temporarily from the Links-table and reinsert them (partly).
If I use

Code:
$db->{Links}->delete(GT::SQL::Condition->new('abc','LIKE','def'));

The bookmarks and everything else related to the links are removed.
I want to reinsert most of the links and do a cleanup afterwards but havenĀ“t found a way yet.
My workaround is an alternative .def file with no relations which substitutes the original file and is resubstituted.
I hope someone can help me with a more elegant method.

Thanks

n || i || k || o
Subject Author Views Date
Post remove links without removing favorites el noe 1550 Jun 19, 2007, 9:13 AM