Your comment didn't bother me but in terms of "baggos" anyone who does not say a positive comment its a spammer. So basically you, baggos, elfo are all spammers.
Also please stop saying i do trashcode. Its' different when you share something and u tell "do it on ur own". Here's some of my SQL i use in my project:
BEGIN
DECLARE cid, stoid INT;
SET cid = (SELECT coupleId FROM story WHERE coupleId = v_coupleId LIMIT 1);
SET stoid = (SELECT storyId FROM story WHERE storyId = v_storyId AND coupleId = v_coupleId LIMIT 1);
IF cid = v_coupleId AND stoid = v_storyId THEN
UPDATE story SET state = v_stage WHERE coupleId = v_coupleId AND storyId = v_storyId;
ELSEIF cid = v_coupleId AND stoid != v_storyId THEN
INSERT INTO story(coupleId,storyId,state)
VALUES(v_coupleId, v_storyId,v_stage);
ELSE
INSERT INTO story(coupleId,storyId,state)
VALUES(v_coupleId, v_storyId,v_stage);
END IF;
END
True ime lazy when i do a share and i shouldn't share it at all. But please stop saying i do trashcode. If you dont believe me pm me or add me on skype to send you few of my codes...