Posted by francula on March 15, 2010 at 11:41pm
Hi,
i try to develop a module, and it works fine except from the update function in the install file. When i start the update process my module is not even in the list of modules.
My update method looks like this:
function basisFunctions_update_6001() {
$ret = array();
$ret[] = update_sql("CREATE TABLE IF NOT EXISTS ... ");
return $ret;
}
Thanks for your help.
Regards francula
Comments
Is your module named
Is your module named basisFunctions? Is the install file named basisFunctions.install?
Full-time freelancer, always looking for work.
jaypan.com (my portfolio)
yes. The files is named as
yes. The files is named as you described and the module too. And the install function is called but not the update function