mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 10:02:27 +01:00 
			
		
		
		
	php fix in google-api/service/apiUtils.php
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		| @@ -55,7 +55,7 @@ class apiUtils { | ||||
|     $strlenVar = strlen($str); | ||||
|     $d = $ret = 0; | ||||
|     for ($count = 0; $count < $strlenVar; ++ $count) { | ||||
|       $ordinalValue = ord($str{$ret}); | ||||
|       $ordinalValue = ord($str[$ret]); | ||||
|       switch (true) { | ||||
|         case (($ordinalValue >= 0x20) && ($ordinalValue <= 0x7F)): | ||||
|           // characters U-00000000 - U-0000007F (same as ASCII) | ||||
| @@ -114,4 +114,4 @@ class apiUtils { | ||||
|     } | ||||
|     return $normalized; | ||||
|   } | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user