diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-10-06 20:07:05 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-10-06 20:07:05 +0100 |
| commit | 1480a0f478b98c16090a5e560553b52518e3e7d6 (patch) | |
| tree | 65b0a892c35cc47c37eba4ee213be9dcacc1e6c0 | |
| parent | dc68b9f82322ea66f1fac25f7fe5dd19c241fc40 (diff) | |
| download | webtrees-1480a0f478b98c16090a5e560553b52518e3e7d6.tar.gz webtrees-1480a0f478b98c16090a5e560553b52518e3e7d6.tar.bz2 webtrees-1480a0f478b98c16090a5e560553b52518e3e7d6.zip | |
Typo
| -rw-r--r-- | includes/db_schema/db_schema_27_28.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/db_schema/db_schema_27_28.php b/includes/db_schema/db_schema_27_28.php index 951a23bee8..d8f2648b36 100644 --- a/includes/db_schema/db_schema_27_28.php +++ b/includes/db_schema/db_schema_27_28.php @@ -54,7 +54,7 @@ try { " ADD INDEX `##site_access_rule_ix2` (rule)" ); } catch (Exception $ex) { - Already done? + // Already done? } // Update the version to indicate success |
