X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_surfbar_actions.php;h=8765e12bdd148f0649ba97cfc3eedca6120c4838;hp=95d4d87a3925164dc99448acf560fa05679be432;hb=414570c5081d337bb6c28dcf521bd8bca02f69e7;hpb=cca98f57dff720b174d21d071cee8303462485d7 diff --git a/inc/modules/admin/what-list_surfbar_actions.php b/inc/modules/admin/what-list_surfbar_actions.php index 95d4d87a39..8765e12bdd 100644 --- a/inc/modules/admin/what-list_surfbar_actions.php +++ b/inc/modules/admin/what-list_surfbar_actions.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Auflistung von Mitgliederaktionen der Surfbar * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: stelzi $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -42,7 +47,7 @@ ADD_DESCR("admin", __FILE__); // Load all actions $result = SQL_QUERY("SELECT `id`, `status`, `action`, `new_status` -FROM `{!MYSQL_PREFIX!}_surfbar_actions` +FROM `{!_MYSQL_PREFIX!}_surfbar_actions` ORDER BY `status` ASC, `action` ASC", __FILE__, __LINE__); // Entries found? @@ -77,7 +82,7 @@ if (SQL_NUMROWS($result) > 0) { LOAD_TEMPLATE("admin_list_surfbar_actions", false, $OUT); } else { // No entries found, very bad! - LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_SURFBAR_NO_ACTIONS); + LOAD_TEMPLATE("admin_settings_saved", false, getMessage('ADMIN_SURFBAR_NO_ACTIONS')); } // Free result