Trek15 Posted May 5, 2009 Share Posted May 5, 2009 Can you? <input type="submit" name="post" value="' . $txt['save'] . '" tabindex="8" onclick="return oQuickModify.modifySave(\'' . $context['session_id'] . '\');" accesskey="s" /> ' . ($context['show_spellchecking'] ? '<input type="button" value="' . $txt['spell_check'] . '" tabindex="9" onclick="spellCheck(\'quickModForm\', \'message\');" /> ' : '') . '($context['show_g2ic'] ? '<input type="button" value="' . $txt['g2ic_button'] . '" tabindex="9" onclick="onClick="g2ic_open(\'quickModForm\', \'message\')" /> ' : '') . '<input type="submit" name="cancel" value="' . $txt['modify_cancel'] . '" tabindex="9" onclick="return oQuickModify.modifyCancel();" /> Quote Link to comment https://forums.phpfreaks.com/topic/156973-theres-an-error-in-here-that-i-cant-find/ Share on other sites More sharing options...
Maq Posted May 5, 2009 Share Posted May 5, 2009 What's the error...? Quote Link to comment https://forums.phpfreaks.com/topic/156973-theres-an-error-in-here-that-i-cant-find/#findComment-826877 Share on other sites More sharing options...
Trek15 Posted May 5, 2009 Author Share Posted May 5, 2009 Oh, right: unexpected T_STRING Quote Link to comment https://forums.phpfreaks.com/topic/156973-theres-an-error-in-here-that-i-cant-find/#findComment-826880 Share on other sites More sharing options...
Ken2k7 Posted May 5, 2009 Share Posted May 5, 2009 '($context['show_g2ic'] ? Remove that single quote in front of that part. Quote Link to comment https://forums.phpfreaks.com/topic/156973-theres-an-error-in-here-that-i-cant-find/#findComment-826891 Share on other sites More sharing options...
Trek15 Posted May 5, 2009 Author Share Posted May 5, 2009 Thank you. *bow* Quote Link to comment https://forums.phpfreaks.com/topic/156973-theres-an-error-in-here-that-i-cant-find/#findComment-826900 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.