updated to the new Pikotools api (new Space struct)
This commit is contained in:
@@ -58,6 +58,11 @@ public:
|
||||
field(L"item_id", item_id);
|
||||
}
|
||||
|
||||
void prepare_table()
|
||||
{
|
||||
table(L"core", L"item");
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
@@ -143,8 +143,8 @@ void ItemContent::Clear()
|
||||
content_parsed.clear();
|
||||
content_parsed_type = ct_formatted_text;
|
||||
|
||||
meta.Clear();
|
||||
meta_admin.Clear();
|
||||
meta.clear();
|
||||
meta_admin.clear();
|
||||
|
||||
SetDateToNow();
|
||||
}
|
||||
|
Reference in New Issue
Block a user