summaryrefslogtreecommitdiff
path: root/ajax_translate.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax_translate.php')
-rwxr-xr-x[-rw-r--r--]ajax_translate.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/ajax_translate.php b/ajax_translate.php
index 91763e6..06a8975 100644..100755
--- a/ajax_translate.php
+++ b/ajax_translate.php
@@ -13,10 +13,10 @@
/**
* Initialization
*/
-$gLightweightScan = TRUE;
-require_once( '../kernel/includes/setup_inc.php' );
+$gLightweightScan = true;
+require_once '../kernel/includes/setup_inc.php';
-$translation = NULL;
+$translation = null;
if( !empty( $_REQUEST['lang'] ) && !empty( $_REQUEST['source_hash'] ) ) {
if( $masterString = $gBitLanguage->getMasterString( $_REQUEST['source_hash'] ) ) {