Hi,
I get "Resource has dependants" while trying this:
while ( $article->fetch() ) {
$timetolive = round ( ($expire -( time() -$article->created)) / (60*60*24),0 );
if ($timetolive <= 0 ) {
$article->delete();
echo mgd_errstr();
continue;
}
blah ...;
}
So, the article definitively has no followups or replys, only some
Parameters. I'm authenticated and have permissions to that topic but i am
not the author.
So, where is my wrong thought?
regards Martin
--
mailto: `echo [EMAIL PROTECTED] | sed 's/[NOSPAM]//g'`
----------------------------------------------------------------
Why do they put Braille dots on the keypad of the drive-up ATM?
----------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]