Thread
:
Allow users to delete an adoptable
View Single Post
#
2
03-07-2016, 04:16 PM
Kyttias
Premium Member
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits:
134,883
I think this'll work...?
PHP Code:
$mysidia
->
db
->
delete
(
"owned_adoptables"
,
"aid='
{
$this
->
aid
}
AND owner ='
{
$this
->
owner
}
'"
);
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Last edited by Kyttias; 03-07-2016 at
04:31 PM
.
Kyttias
View Public Profile
Find all posts by Kyttias