Warning: Missing argument 2 for create_timestamp_from_selections() in ".PATH."inc/libs/pro_functions.php on line 227 behoben."; break; case "0.0.2": // SQL queries for v0.0.2 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Speichern der Einstellungen vereinfacht. Es wird dazu die Funktion ADMIN_SAVE_SETTINGS() verwendet."; break; case "0.0.3": // SQL queries for v0.0.3 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist."; break; case "0.0.4": // SQL queries for v0.0.4 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD max_comma tinyint(4) not null default '3'"; // Update notes (these will be set as task text!) $UPDATE_NOTES = "Angezeigte Kommastellen können zwischen 0 und 5 eingestellt werden."; break; case "0.0.5": // SQL queries for v0.0.5 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Problem mit Speicherung der Einstellungen beseitigt."; break; case "0.0.6": // SQL queries for v0.0.6 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Problem mit Speicherung der Einstellungen endlich beseitigt."; break; case "0.0.7": // SQL queries for v0.0.7 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Ausgabemodus der CSS-Dateien hinzugefügt. Bitte auch das Admin-Template aktualisieren!"; break; case "0.0.8": // SQL queries for v0.0.8 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Erweiterung bleibt wegen integrierten Schalters immer aktiv."; break; case "0.0.9": // SQL queries for v0.0.9 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Abspeichern der Einstellungen repariert."; break; case "0.1.0": // SQL queries for v0.1.0 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Folgende Einstellungen können auf 0 gesetzt werden:
  1. Selbe beworbene URL nicht mehr bewerbar (0 = URL kann sofort wieder gebucht werden)
  2. Gütigkeitsdauer der Bestätigungslinks (0 = Bestätigungslinks laufen nie ab)
  3. Sperrzeit des Mitgliedprofiles nach Änderung (0 = Mitglied kann sein Account immer und sofort ändern)
  4. Profilaktualisierungsinterval (0 = Es wird keine Mail zum Profilaktualisierunng durch das Mitglied ausgesendet(
  5. Erneute Aussendung der Mail (0 = Siehe oben)
"; break; case "0.1.1": // SQL queries for v0.1.1 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Gast- und Mitgliedsmenüs lassen sich voneinander getrentt ein- und auschalten."; break; case "0.1.2": // SQL queries for v0.1.2 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Wörter Mailtausch, Mailtausches und Mailtauscher sind austauschbar."; break; case "0.1.3": // SQL queries for v0.1.3 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Wort "Baustelle" vom Auto-Versand entfernt, da dieser nun klappt."; break; case "0.1.4": // SQL queries for v0.1.4 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Abspeichern von Einstellungen repariert."; break; case "0.1.5": // SQL queries for v0.1.5 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Abspeichern von Einstellungen repariert."; break; case "0.1.6": // SQL queries for v0.1.6 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD reject_url varchar(255) not null default '".URL."'"; // Update notes (these will be set as task text!) $UPDATE_NOTES = "Bei Ablehnung der URL wird jetzt endlich eine Standart-URL eingesetzt, die konfigurierbar ist. Fehler beim Laden der Konfiguration gefunden."; break; case "0.1.7": // SQL queries for v0.1.7 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD currency varchar(255) not null default '€'"; // Update notes (these will be set as task text!) $UPDATE_NOTES = "Standart-Währung der Gebühren für alle Erweiterungen geltend hinzugefügt."; break; case "0.1.8": // SQL queries for v0.1.8 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Die sonstigen Einstellungen lassen sich nun nur noch ändern, wenn die Erweiterung other auch installiert ist. Anderfalls gibt es einen SQL-Fehler beim Speichern und GROSS_GESCHRIEBENE Worte im Formular."; break; } break; default: // Do stuff when extension is loaded $DUMMY = LOAD_CONFIG("0"); $CONFIG['max_comma'] = $DUMMY['max_comma']; // Maximum numbers behind commata $CONFIG['reject_url'] = $DUMMY['reject_url']; // Default rejection URL define('__CURRENCY', $DUMMY['currency']); // This is the currency for fees! They shall normally remain in real money currencies... unset($DUMMY); break; } // Language file prefix $EXT_LANG_PREFIX = "other"; // Extension is always active? $EXT_ALWAYS_ACTIVE = "Y"; // ?>