mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-11 06:22:20 +09:00
changed variable definition to __XE__
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12729 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3a11f85ee3
commit
c3647b3f99
2 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ class QueryParser
|
|||
*/
|
||||
function toString()
|
||||
{
|
||||
return "<?php if(!defined('__ZBXE__')) exit();\n"
|
||||
return "<?php if(!defined('__XE__')) exit();\n"
|
||||
. $this->queryTag->toString()
|
||||
. 'return $query; ?>';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue