Revision: 12
http://svn.sourceforge.net/pieforms/?rev=12&view=rev
Author: oracleshinoda
Date: 2006-11-18 02:59:20 -0800 (Sat, 18 Nov 2006)
Log Message:
-----------
Cleaned up the 'html' element
Modified Paths:
--------------
pieforms/src/pieform/elements/html.php
Modified: pieforms/src/pieform/elements/html.php
===================================================================
--- pieforms/src/pieform/elements/html.php 2006-11-18 10:54:46 UTC (rev 11)
+++ pieforms/src/pieform/elements/html.php 2006-11-18 10:59:20 UTC (rev 12)
@@ -24,17 +24,15 @@
*
*/
-
-
/**
* Provides a way to pass in html that gets rendered
* by the render (as opposed to the markup element)
*
- * @param array $element The element to render
+ * @param array $element The element to render
* @param Pieform $form The form to render the element for
- * @return string The HTML for the element
+ * @return string The HTML for the element
*/
-function pieform_render_html($element, $form) {
+function pieform_render_html($element, Pieform $form) {
return $element['value'];
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|