|
From: Bart v. B. <ba...@us...> - 2002-02-14 10:26:19
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv1872
Modified Files:
update_to_RC3.php
Log Message:
Changed the text of some errormsgs
Index: update_to_RC3.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/update_to_RC3.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** update_to_RC3.php 13 Feb 2002 22:29:19 -0000 1.12
--- update_to_RC3.php 14 Feb 2002 10:26:14 -0000 1.13
***************
*** 261,265 ****
if( !$db->sql_query($sql) )
{
! die("Couldn't insert config key 'record_online_date'");
}
--- 261,265 ----
if( !$db->sql_query($sql) )
{
! die("Couldn't insert config key 'server_name'");
}
***************
*** 268,272 ****
if( !$db->sql_query($sql) )
{
! die("Couldn't insert config key 'record_online_date'");
}
--- 268,272 ----
if( !$db->sql_query($sql) )
{
! die("Couldn't insert config key 'script_path'");
}
***************
*** 275,279 ****
if( !$db->sql_query($sql) )
{
! die("Couldn't insert config key 'record_online_date'");
}
--- 275,279 ----
if( !$db->sql_query($sql) )
{
! die("Couldn't insert config key 'server_port'");
}
***************
*** 282,286 ****
if ( !$db->sql_query($sql) )
{
! die("Couldn't insert new config var");
}
--- 282,286 ----
if ( !$db->sql_query($sql) )
{
! die("Couldn't insert config key 'version'");
}
***************
*** 303,305 ****
?>
</body>
! </html>
\ No newline at end of file
--- 303,305 ----
?>
</body>
! </html>
|