Revert changes that were accidentally committed

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-07-21 18:06:18 +05:30
parent 7d55220cce
commit cd5154d74c

View File

@ -587,11 +587,11 @@ if (! function_exists('__')) {
}
/* Text direction for language */
//if (in_array($GLOBALS['lang'], array('ar', 'fa', 'he', 'ur'))) {
if (in_array($GLOBALS['lang'], array('ar', 'fa', 'he', 'ur'))) {
$GLOBALS['text_dir'] = 'rtl';
//} else {
// $GLOBALS['text_dir'] = 'ltr';
//}
} else {
$GLOBALS['text_dir'] = 'ltr';
}
/* TCPDF */
$GLOBALS['l'] = array();