update_47
- Versions
- 4.6
update_47()
Code
database/updates.inc, line 299
<?php
function update_47() {
$ret = array();
if ($max = db_result(db_query("SELECT MAX(vid) FROM vocabulary"))) {
$ret[] = update_sql("REPLACE INTO sequences VALUES ('vocabulary', $max)");
}
return $ret;
}
?>Login or register to post comments 