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
Comment #1
yched commentedOops. 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
Comment #2
yched commentedForgot status
Comment #3
(not verified) commented