소스 검색

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 년 전
부모
커밋
f44bde7bcb
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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)