1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?php namespace Zotlabs\Update; class _1176 { function run() { $r = q("select * from item_id where true"); if($r) { foreach($r as $rr) { \Zotlabs\Lib\IConfig::Set($rr['iid'],'system',$rr['service'],$rr['sid'],true); } } return UPDATE_SUCCESS; } }