|
From: Jonathan H. <the...@us...> - 2001-12-31 16:48:40
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv18215
Modified Files:
admin_styles.php
Log Message:
Fixed type Bug # 498051
Index: admin_styles.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_styles.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** admin_styles.php 2001/12/30 13:49:04 1.15
--- admin_styles.php 2001/12/31 16:48:37 1.16
***************
*** 147,151 ****
if(!$result = $db->sql_query($sql))
{
! message_die(GENREAL_ERROR, "Could not query themes table!", "", __LINE__, __FILE__, $sql);
}
--- 147,151 ----
if(!$result = $db->sql_query($sql))
{
! message_die(GENERAL_ERROR, "Could not query themes table!", "", __LINE__, __FILE__, $sql);
}
***************
*** 932,934 ****
}
! ?>
\ No newline at end of file
--- 932,934 ----
}
! ?>
|