1
0
Fork 0

Get rid of the "guid" table. We don't need it anymore.

This commit is contained in:
Michael Vogel 2016-02-09 10:21:10 +01:00
commit 7b2fadcf43
5 changed files with 0 additions and 44 deletions

View file

@ -844,9 +844,6 @@ function item_post(&$a) {
// NOTREACHED
}
// Store the guid and other relevant data
add_guid($datarray);
$post_id = $r[0]['id'];
logger('mod_item: saved item ' . $post_id);