Пример #1
0
 protected function checkIwlPrefix()
 {
     if ($this->db->indexExists('iwlinks', 'iwl_prefix')) {
         $this->output("Replacing index 'iwl_prefix' with 'iwl_prefix_from_title'...\n");
         $this->applyPatch('patch-rename-iwl_prefix.sql');
     }
 }
Пример #2
0
	protected function checkIwlPrefix() {
		if ( $this->db->indexExists( 'iwlinks', 'iwl_prefix' ) ) {
			$this->applyPatch(
				'patch-rename-iwl_prefix.sql',
				false,
				"Replacing index 'iwl_prefix' with 'iwl_prefix_title_from'"
			);
		}
	}