commit | 5d0dc38a44f7bc2cfbb2d6a46bcfa93797fa1273 | [log] [tgz] |
---|---|---|
author | droy <droy> | Mon Dec 08 21:22:53 2008 +0000 |
committer | droy <droy> | Mon Dec 08 21:22:53 2008 +0000 |
tree | 714a7fa184db571dc4a46df0d5df13218d3388d7 | |
parent | 541f04012607b3de4d9d68144214ba311c225d9b [diff] |
[255798] [syncup] Create a dedicated syncup user, flag sync translations as fuzzy
diff --git a/html/global.php b/html/global.php index 448c966..3247148 100644 --- a/html/global.php +++ b/html/global.php
@@ -73,7 +73,7 @@ $syncup_id = ""; #get the syncup id if(isset($ini['syncup_id'])) - $genie_id = $ini['syncup_id']; + $syncup_id = $ini['syncup_id']; global $context;