diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-10-10 06:51:59 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-10-10 06:51:59 +0000 |
| commit | 1af673c1deb5d27e5d6cb08b076ca4779c36778b (patch) | |
| tree | f30a280940ba35809e8947526e9af707aa871164 /includes/db_schema | |
| parent | 8a5b965461559000abc629000c0441dba37daa77 (diff) | |
| download | webtrees-1af673c1deb5d27e5d6cb08b076ca4779c36778b.tar.gz webtrees-1af673c1deb5d27e5d6cb08b076ca4779c36778b.tar.bz2 webtrees-1af673c1deb5d27e5d6cb08b076ca4779c36778b.zip | |
Diffstat (limited to 'includes/db_schema')
| -rw-r--r-- | includes/db_schema/db_schema_1_2.php | 2 | ||||
| -rw-r--r-- | includes/db_schema/db_schema_2_3.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/db_schema/db_schema_1_2.php b/includes/db_schema/db_schema_1_2.php index 6dc301d761..4f0f2e8de7 100644 --- a/includes/db_schema/db_schema_1_2.php +++ b/includes/db_schema/db_schema_1_2.php @@ -51,5 +51,5 @@ self::exec( ") COLLATE utf8_unicode_ci ENGINE=InnoDB" ); -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); diff --git a/includes/db_schema/db_schema_2_3.php b/includes/db_schema/db_schema_2_3.php index 1991ed3a2a..df12428b11 100644 --- a/includes/db_schema/db_schema_2_3.php +++ b/includes/db_schema/db_schema_2_3.php @@ -58,5 +58,5 @@ try { // Perhaps we have already deleted these columns? } -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); |
