This topic is locked

code don't erase

11/4/2009 2:59:11 PM
PHPRunner General questions
G
gbhmayer1 author

I wrote a code in the form 'admin manage group members' using the PHPRunner 5.1 editor (buttom 'insert PHP code snipett) and immediately erased it because did not work. However, the code continues in the php.events file and I can not delete it using the PHPRunner.

J
Jane 11/5/2009

Hi,
thank you for pointing me to this bug.

We'll fix it in the next update.
To make your pages working open project file in any text editor, find and remove your event manually.

Here is a sample:

<m_strEventCode>// Put your code here.

echo "Your message";

</m_strEventCode>

<m_strName>admin_members_Snippet1</m_strName>

<m_strPage>Admin:Manage group members</m_strPage>

</EventHandler>