[geeklog-cvs] Geeklog-2/system Kses.php,1.1,1.2

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jan 27 21:27:24 EST 2005


Update of /var/cvs/Geeklog-2/system
In directory www:/tmp/cvs-serv17454

Modified Files:
	Kses.php 
Log Message:
Replace original rewrite by me with the one from the actual author.  Only change I made was to use the Geeklog_ namespace.


Index: Kses.php
===================================================================
RCS file: /var/cvs/Geeklog-2/system/Kses.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Kses.php	4 Jan 2005 19:34:40 -0000	1.1
--- Kses.php	28 Jan 2005 02:27:19 -0000	1.2
***************
*** 1,670 ****
  <?php
  
! /* Reminder: always indent with 4 spaces (no tabs). */
! /**
!  * Geeklog 2
!  *
!  * License Details To Be Determined
!  *
!  */
!  
[...1775 lines suppressed...]
! 			 *	Returns PHP5 OOP version # of kses.
! 			 *
! 			 *	Since this class has been refactored and documented and proven to work,
! 			 *	I'm fixing the version number at 1.0.0.
! 			 *
! 			 *	This version is syntax compatible with the PHP4 OOP version 0.0.2.  Future
! 			 *	versions may not be syntax compatible.
! 			 *
! 			 *	@access public
! 			 *	@return string Version number
! 			 *	@since PHP4 OOP 0.0.1
! 			 */
! 			public function Version()
! 			{
! 				return 'PHP5 OOP 1.0.0';
! 			}
! 		}
  	}
  ?>
\ No newline at end of file




More information about the geeklog-cvs mailing list