I'm using OOP to change (recursively) page's author (after a migratino from 1.2.5). But update doesn't work.
My code (not recursively for the moment) :
function update_page_author($id)
{
$page = mgd_get_page($id);
$page->author = 500 ;
}
update_page_author(369);
What's the matter here ?? Change works with Aegir GUI, but not by PHP-Midgard code.
context : Debian, Midgard 1.4.4/SG
Thanks for your help...
Benoit.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
