Przeglądaj źródła

Zend_Pdf: typo fix [ZF-449].

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22839 44c647ce-9c0f-0410-b52a-842ac1e357ba
alexander 15 lat temu
rodzic
commit
f44bde7bcb
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      library/Zend/Pdf/Resource.php

+ 0 - 2
library/Zend/Pdf/Resource.php

@@ -85,8 +85,6 @@ abstract class Zend_Pdf_Resource
         $factory = Zend_Pdf_ElementFactory::createFactory(1);
         $processed = array();
 
-        //CLONE_MODE_FORCE_CLONING
-
         // Clone dictionary object.
         // Do it explicitly to prevent sharing page attributes between different
         // results of clonePage() operation (other resources are still shared)