You are here

function shurly_update_7104 in ShURLy 7

Editing a URL used to not update the hash. We re-calculate the hash for all URLs to make sure it is correct.

File

./shurly.install, line 286
Shurly install file

Code

function shurly_update_7104() {
  db_query('UPDATE {shurly} SET hash = MD5(destination)');
}