updating drupal5 from cvs lead to a syntax error while executing update.php.
it is due to a missing "}" in "modules/cck/cck.install" (which hopefully was the correct place).
after i added it before the "return " statement everything was fine again.

/markus

Comments

yched’s picture

Oops. Fixed now. The missing } should in fact go after $ret[] = update_sql("DROP TABLE {".$table."}");

Thanks

PS : this should not have any consequence - if you're using MySQL 5, you can re-run update 1004 to clean a _possibly_ inconsistent db

yched’s picture

Status: Active » Fixed

Forgot status

Anonymous’s picture

Status: Fixed » Closed (fixed)