|
From: Florin C B. <ory...@us...> - 2011-03-06 08:52:07
|
Update of /cvsroot/mxbb/mx_guestbook/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv3582
Modified Files:
guestbook.inc
Log Message:
2.x guestbook module
Index: guestbook.inc
===================================================================
RCS file: /cvsroot/mxbb/mx_guestbook/includes/guestbook.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** guestbook.inc 6 Mar 2011 08:29:18 -0000 1.1
--- guestbook.inc 6 Mar 2011 08:52:05 -0000 1.2
***************
*** 28,32 ****
define ('GUESTBOOK', $mx_table_prefix.'guestbook');
define ('GUESTBOOK_CONFIG_TABLE', $mx_table_prefix.'guest_config');
! define ('GUESTBOOK_CHECK_NEW_VERSION', 'http://mtv.criccahiwap.it/phpBB2/guestbook.php');
//
--- 28,32 ----
define ('GUESTBOOK', $mx_table_prefix.'guestbook');
define ('GUESTBOOK_CONFIG_TABLE', $mx_table_prefix.'guest_config');
! define ('GUESTBOOK_CHECK_NEW_VERSION', 'http://www.unraggiodiluna.it/forum/guestbook.php');
//
***************
*** 61,65 ****
if( !($result = $db->sql_query($sql)) )
{
! message_die(CRITICAL_ERROR, "Could not query config information from guestbook", "", __LINE__, __FILE__, $sql);
}
--- 61,65 ----
if( !($result = $db->sql_query($sql)) )
{
! mx_message_die(CRITICAL_ERROR, "Could not query config information from guestbook", "", __LINE__, __FILE__, $sql);
}
***************
*** 253,257 ****
if( !$db->sql_query($sql) )
{
! message_die(GENERAL_ERROR, "Failed to update general configuration for GUESTBOOK", "", __LINE__, __FILE__, $sql);
}
--- 253,257 ----
if( !$db->sql_query($sql) )
{
! mx_message_die(GENERAL_ERROR, "Failed to update general configuration for GUESTBOOK", "", __LINE__, __FILE__, $sql);
}
***************
*** 267,271 ****
if(!$result = $db->sql_query($sql))
{
! message_die(GENERAL_ERROR, "Could not query guestbook config information", "", __LINE__, __FILE__, $sql);
}
while( $row = $db->sql_fetchrow($result) )
--- 267,271 ----
if(!$result = $db->sql_query($sql))
{
! mx_message_die(GENERAL_ERROR, "Could not query guestbook config information", "", __LINE__, __FILE__, $sql);
}
while( $row = $db->sql_fetchrow($result) )
|