H A D | move.php | 52 $new = $event->data['dst_id']; 59 $this->updateDataTablePIDs($old, $new); 60 $this->updateAssignments($old, $new); 61 $this->updateTitles($old, $new); 67 $schema = new Schema($table); 71 $this->updateColumnID($schema, $col, $old, $new, true); 73 $this->updateColumnLookup($schema, $col, $old, $new); 76 $this->updateColumnID($schema, $col, $old, $new); 97 * @param string $new new pag 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...] |