gpedro
web developer
Good night
Staff to follow the tutorial system that WAR was posted here in the forum:
ta but giving error in step 4) - can someone help me? I can not put in the right line because it is not well detailed ..
my file guild.php - line 1739 to 1761
thanks
Staff to follow the tutorial system that WAR was posted here in the forum:
ta but giving error in step 4) - can someone help me? I can not put in the right line because it is not well detailed ..
my file guild.php - line 1739 to 1761
PHP:
//-----------------------------------------------------------------------------//-----------------------------------------------------------------------------
if($action == 'changemotd')
{
$guild_name = (int) $_REQUEST['guild'];
if(empty($guild_errors))
{
$guild = $ots->createObject('Guild');
$guild->load($guild_name);
if(!$guild->isLoaded())
$guild_errors[] = 'Guild with ID <b>'.$guild_name.'</b> doesn\'t exist.';
}
if(empty($guild_errors))
{
if($logged)
{
thanks