diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-08-29 14:17:36 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-08-29 14:18:24 +0100 |
| commit | b833c3a377c434fa15a040957555dc43f0006ab2 (patch) | |
| tree | 8b2d41cb5ba30feb2eb444f0c4ce6628362edcaa /includes | |
| parent | eb53f53782422363cfdc4d01ad9b8c24d42026f3 (diff) | |
| download | webtrees-b833c3a377c434fa15a040957555dc43f0006ab2.tar.gz webtrees-b833c3a377c434fa15a040957555dc43f0006ab2.tar.bz2 webtrees-b833c3a377c434fa15a040957555dc43f0006ab2.zip | |
Remove unused variables
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_rtl.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/functions/functions_rtl.php b/includes/functions/functions_rtl.php index b194d3b2d7..0a7a249a96 100644 --- a/includes/functions/functions_rtl.php +++ b/includes/functions/functions_rtl.php @@ -25,7 +25,6 @@ $SpecialChar = array(' ','.',',','"','\'','/','\\','|',':',';','+','&','#','@','-','=','*','%','!','?','$','<','>',"\n"); $SpecialPar = array('(',')','[',']','{','}'); $SpecialNum = array('0','1','2','3','4','5','6','7','8','9'); -$RTLOrd = array(215,216,217,218,219); $openPar = '([{'; $closePar = ')]}'; |
