[pLog-svn] r2021 - plog/branches/plog-1.0.1/class/locale

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu May 19 13:57:44 GMT 2005


Author: oscar
Date: 2005-05-19 13:57:43 +0000 (Thu, 19 May 2005)
New Revision: 2021

Modified:
   plog/branches/plog-1.0.1/class/locale/locale.class.php
Log:
removed rtl stuff, fixes issue 518 (http://bugs.plogworld.net/view.php?id=518)


Modified: plog/branches/plog-1.0.1/class/locale/locale.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/locale/locale.class.php	2005-05-19 11:05:51 UTC (rev 2020)
+++ plog/branches/plog-1.0.1/class/locale/locale.class.php	2005-05-19 13:57:43 UTC (rev 2021)
@@ -226,8 +226,8 @@
             	$string = $id;
             }
 				
-			if( $this->getDirection() == "rtl" )
-				$string = "<span dir=\"rtl\">$string</span>";
+			/*if( $this->getDirection() == "rtl" )
+				$string = "<span dir=\"rtl\">$string</span>";*/
 
 			return $string;
 		}




More information about the pLog-svn mailing list