Author: jwage
Date: 2008-09-12 21:57:55 +0100 (Fri, 12 Sep 2008)
New Revision: 4959

Modified:
   branches/1.0/lib/Doctrine/Parser/sfYaml.php
Log:
fixes #1413


Modified: branches/1.0/lib/Doctrine/Parser/sfYaml.php
===================================================================
--- branches/1.0/lib/Doctrine/Parser/sfYaml.php 2008-09-12 20:21:45 UTC (rev 
4958)
+++ branches/1.0/lib/Doctrine/Parser/sfYaml.php 2008-09-12 20:57:55 UTC (rev 
4959)
@@ -95,17 +95,4 @@
 
     return $yaml->dump($array, $inline);
   }
-}
-
-/**
- * Wraps echo to automatically provide a newline.
- *
- * @param string The string to echo with new line
- */
-//I add a is_callable test to avoid redeclaration.
-if (!is_callable('echoln')){
-  function echoln($string)
-  {
-    echo $string."\n";
-  }
 }
\ No newline at end of file


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"doctrine-svn" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to