Vergleich admin/templates.php - 1.00 - 1.11

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * $Id$

 * $Id: templates.php 957 2005-12-11 20:07:10Z dennis $

 */

require "./global.php";

 */

require "./global.php";

Zeile 225Zeile 225
					$updatedtemplate = array(
"template" => addslashes($newtemplate)
);

					$updatedtemplate = array(
"template" => addslashes($newtemplate)
);

					$db->update_array(TABLE_PREFIX."templates", $updatedtemplate, "tid='".$template['tid']."'");

					$db->update_query(TABLE_PREFIX."templates", $updatedtemplate, "tid='".$template['tid']."'");

					echo "$lang->search_updated $template[title]".
makelinkcode($lang->search_edit, "templates.php?action=edit&tid=".$template[tid]).
"<br>";

					echo "$lang->search_updated $template[title]".
makelinkcode($lang->search_edit, "templates.php?action=edit&tid=".$template[tid]).
"<br>";