version 3.1.22

This commit is contained in:
Alchemy
2011-09-20 12:26:46 +02:00
parent 6f9ef7654d
commit 3d78a7407e
16 changed files with 88 additions and 171 deletions

View File

@@ -2,7 +2,7 @@
class patch_3102 implements patch
{
private $release = '3.1.0';
private $release = '3.1.20';
private $concern = array('application_box');
function get_release()
@@ -28,8 +28,10 @@ class patch_3102 implements patch
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<tasksettings>\r\n</tasksettings>", -1)';
$conn->query($sql);
$sql = 'UPDATE record SET sha256 = "" WHERE sha256 IS NULL AND parent_record_id = 0';
$conn->query($sql);
return true;
}
}