Page MenuHomeMiraheze
Paste P304

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on May 1 2020, 13:17.
Tags
None
Referenced Files
F1150825: raw.txt
May 1 2020, 13:17
F1150824: raw.txt
May 1 2020, 13:17
Subscribers
None
$extensionUpdates['flow_revision'] = [
'table' => 'flow_revision',
'fields' => [
'rev_mod_user_ip' => '',
],
'where' => [
'rev_mod_user_id' => $userId,
]
];
$extensionUpdates['flow_revision'] = [
'table' => 'flow_revision',
'fields' => [
'rev_edit_user_ip' => '',
],
'where' => [
'rev_edit_user_id' => $userId,
]
];

Event Timeline

Paladox edited the content of this paste. (Show Details)