H A D | move.php | 51 $old = $event->data['src_id']; 59 $this->updateDataTablePIDs($old, $new); 60 $this->updateAssignments($old, $new); 61 $this->updateTitles($old, $new); 71 $this->updateColumnID($schema, $col, $old, $new, true); 73 $this->updateColumnLookup($schema, $col, $old, $new); 76 $this->updateColumnID($schema, $col, $old, $new); 96 * @param string $old old page id 99 protected function updateDataTablePIDs($old, 102 updateDataTablePIDs($old, $new) global() argument 121 updateAssignments($old, $new) global() argument 137 updateTitles($old, $new) global() argument 152 updateColumnID(Schema $schema, Column $col, $old, $new, $hashes = false) global() argument 193 updateColumnLookup(Schema $schema, Column $col, $old, $new) global() argument [all...] |