Update of /cvsroot/xoops/xoops2/modules/system/admin/themes
In directory sc8-pr-cvs1:/tmp/cvs-serv13392/modules/system/admin/themes
Modified Files:
main.php
Log Message:
fixed a typo
Index: main.php
===================================================================
RCS file: /cvsroot/xoops/xoops2/modules/system/admin/themes/main.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** main.php 5 Jan 2003 18:44:46 -0000 1.2
--- main.php 5 Jan 2003 19:52:04 -0000 1.3
***************
*** 1083,1087 ****
$newid = $tplfile_handler->insert($newtpl);
if (!$newid) {
! $err = 'ERROR: Could not insert template <b>'.$tplfiles[0]->getVar('tpl_file').'</b> to the database.';
} else {
if ($themeset == $xoopsConfig['default_theme']) {
--- 1083,1087 ----
$newid = $tplfile_handler->insert($newtpl);
if (!$newid) {
! $err = 'ERROR: Could not insert template <b>'.$tplfile[0]->getVar('tpl_file').'</b> to the database.';
} else {
if ($themeset == $xoopsConfig['default_theme']) {
|