Page MenuHomeMiraheze
Paste P299

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Apr 18 2020, 16:20.
Tags
None
Referenced Files
F1145343: raw.txt
Apr 18 2020, 16:20
Subscribers
None
$this->recacheJson();
foreach ( (array)$this->tables as $table => $selector ) {
$this->cwdb->update(
$table,
[
$selector => $new
],
[
$selector => $old
]
);
}