Andreas Flack writes:

Hi!

> While playing with the new delete function, I accidentally deleted one
> object tree too many (my root page. Ouch). When I try to undelete it
> (with Asgard's undelete function), Midgard (mgd_errstr, that is) tells
> me that this cannot be done because "Requested object is not deleted".
> When I look in the database, I can see that metadata_deleted is set to 1
> for the object in question. Is that a general problem or does it have
> something to do with my DB?

It's stored in repligard table:

SELECT typename, object_action FROM repligard WHERE guid=$guid;

1 = DELETE
2 = PURGE
3 = CREATE
4 = UPDATE

Piotras
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to