[Pieforms-commit] SF.net SVN: pieforms: [249] pieforms-php5/trunk/src/pieform.php
Status: Alpha
Brought to you by:
oracleshinoda
|
From: <ora...@us...> - 2007-12-28 05:18:37
|
Revision: 249
http://pieforms.svn.sourceforge.net/pieforms/?rev=249&view=rev
Author: oracleshinoda
Date: 2007-12-27 21:18:39 -0800 (Thu, 27 Dec 2007)
Log Message:
-----------
More folding, more git checking. I think the property is called authorsfile, not authorsurl!
Modified Paths:
--------------
pieforms-php5/trunk/src/pieform.php
Modified: pieforms-php5/trunk/src/pieform.php
===================================================================
--- pieforms-php5/trunk/src/pieform.php 2007-12-28 04:53:04 UTC (rev 248)
+++ pieforms-php5/trunk/src/pieform.php 2007-12-28 05:18:39 UTC (rev 249)
@@ -623,9 +623,9 @@
*
* @return string
*/
- public function get_name() {
+ public function get_name() { // {{{
return $this->name;
- }
+ } // }}}
/**
* Returns whether the form has been submitted
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|