I have a installation where I'm using the table prefix feature. When reverting a feature I'm getting the following errors:
User warning: Table 'blank_drupal_local.node' doesn't exist query: UPDATE node SET created = 1323352636 WHERE nid = 1 AND vid = 1 in _db_query() (line 147 of /Users/andreisimion/Sites/pressflow/includes/database.mysqli.inc).

The attached patch fixes this problem.

CommentFileSizeAuthor
table_prefix_patch_1.patch551 bytesandreiashu

Comments

andreiashu’s picture

Status: Active » Needs review