|
From: Jonathan H. <the...@us...> - 2002-04-04 09:50:43
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv18243/admin
Modified Files:
admin_db_utilities.php
Log Message:
Just me being anal again... A couple of miss-spellings in error messages
Index: admin_db_utilities.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_db_utilities.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** admin_db_utilities.php 22 Mar 2002 17:00:32 -0000 1.41
--- admin_db_utilities.php 3 Apr 2002 20:14:46 -0000 1.42
***************
*** 490,494 ****
if (!$result)
{
! message_die(GENERAL_ERROR, "Faild in get_table_content (select *)", "", __LINE__, __FILE__, "SELECT * FROM $table");
}
--- 490,494 ----
if (!$result)
{
! message_die(GENERAL_ERROR, "Failed in get_table_content (select *)", "", __LINE__, __FILE__, "SELECT * FROM $table");
}
***************
*** 579,583 ****
if (!$result)
{
! message_die(GENERAL_ERROR, "Faild in get_table_content (select *)", "", __LINE__, __FILE__, "SELECT * FROM $table");
}
--- 579,583 ----
if (!$result)
{
! message_die(GENERAL_ERROR, "Failed in get_table_content (select *)", "", __LINE__, __FILE__, "SELECT * FROM $table");
}
|