Skip to content

Commit

Permalink
Fixed issue #5430: Docblock added.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@10861 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tim Klingenberg committed Aug 26, 2011
1 parent b98eed7 commit 5984df9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion classes/inputfilter/class.inputfilter_clean.php
@@ -1,5 +1,20 @@
<?php

/**
* PHP Input Filter
*
* This file has been modified over time, copyright by the authors.
*
* LimeSurvey contrubutions under GPL-2.0+.
*
* @project PHP Input Filter
* @date 10-05-2005
* @version 1.2.2_php4/php5
* @author Daniel Morris
* @contributors Gianpaolo Racca, Ghislain Picard, Marco Wandschneider, Chris Tobin and Andrew Eddie.
* @copyright Daniel Morris <dan@rootcube.com>
* @license GNU General Public License (GPL)
* @link http://www.phpclasses.org/package/2189
*/
class InputFilter
{
function process( $value )
Expand Down

0 comments on commit 5984df9

Please sign in to comment.