X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-country.php;h=aa357dc1e099534ed93d423118e72405697a1095;hb=4373e155854012d687fdfcae4c69d1a940883fab;hp=733fc6c6213a30ecdd636adea56c1a60e5c3f59c;hpb=ea86158c35580561e29b84ee9e01c810db3f3676;p=mailer.git diff --git a/inc/extensions/ext-country.php b/inc/extensions/ext-country.php index 733fc6c621..aa357dc1e0 100644 --- a/inc/extensions/ext-country.php +++ b/inc/extensions/ext-country.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -50,7 +50,7 @@ setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0 setExtensionAlwaysActive('Y'); switch (getExtensionMode()) { - case 'register': // Do stuff when installation is running + case 'setup': // Do stuff when installation is running // SQL commands to run addDropTableSql('countries'); addCreateTableSql('countries', " @@ -140,7 +140,7 @@ UNIQUE INDEX (`code`)", break; default: // Unknown extension mode - logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s in extension %s detected.", getExtensionMode(), getCurrentExtensionName())); + reportBug(__FILE__, __LINE__, sprintf('Unknown extension mode %s in extension %s detected.', getExtensionMode(), getCurrentExtensionName())); break; } // END - switch