f492f808f
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php namespace Zotlabs\Update; class _1101 { function run() { $r = q("update updates set ud_flags = 2 where ud_flags = (-1)"); $r = q("update updates set ud_flags = 0 where ud_flags = 4096"); return UPDATE_SUCCESS; } }