Skip to content

Commit

Permalink
Dev Update arPHP to 3.5.0 - fixes partially issue #6969
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 29, 2012
1 parent db1b3e7 commit 2abb86f
Show file tree
Hide file tree
Showing 54 changed files with 26,731 additions and 848 deletions.
4 changes: 2 additions & 2 deletions application/helpers/admin/statistics_helper.php
Expand Up @@ -175,8 +175,8 @@ function createChart($iQuestionID, $iSurveyID, $type=null, $lbl, $gdata, $grawda
if ($language=='ar')
{
$lblout=$lbl; //reset text order to original
Yii::import('application.libraries.Arabic', true);
$Arabic = new Arabic('ArGlyphs');
Yii::import('application.third_party.ar-php.Arabic', true);
$Arabic = new I18N_Arabic('Glyphs');
foreach($lblout as $kkey => $kval){
if (preg_match("^[A-Za-z]^", $kval)) { //auto detect if english
//eng
Expand Down

0 comments on commit 2abb86f

Please sign in to comment.