Fixing a bad function call to BSFunctions::SwapCssClasses()
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 24 Jan 2008 21:56:28 +0000 (16:56 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 24 Jan 2008 21:56:28 +0000 (16:56 -0500)
* PrinterAbstract.php
(BSPrinterAbstract::_prepareStyle): Change the call to swap_css_classes()

PrinterAbstract.php

index 6e9d12a8bbd330522c4ece269fb6e9f1681479ce..348742f3e6f4f997b914eb6335200ac155228b51 100644 (file)
@@ -103,7 +103,7 @@ abstract class BSPrinterAbstract
                
                if ($this->cssClass == ':swap:')
                {
-                       BSFunctions::SwapCssClasses();
+                       BSFunctions::swap_css_classes();
                        $class = BSFunctions::$cssClass;
                }
                else