From: <var...@us...> - 2012-09-30 18:28:57
|
Revision: 8333 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8333&view=rev Author: vargenau Date: 2012-09-30 18:28:50 +0000 (Sun, 30 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php trunk/lib/pear/Cache.php trunk/lib/pear/DB.php trunk/lib/pear/File_Passwd.php trunk/lib/pear/JSON.php trunk/lib/pear/PEAR.php Property Changed: ---------------- trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php trunk/lib/WikiDB/ADODB.php trunk/lib/WikiDB/PDO.php trunk/lib/WikiDB/SQL.php trunk/lib/WikiDB/backend.php trunk/lib/WikiDB/cvs.php trunk/lib/WikiDB/dba.php trunk/lib/WikiDB/file.php trunk/lib/WikiDB/flatfile.php trunk/lib/WysiwygEdit/FCKeditor.php trunk/lib/WysiwygEdit/Wikiwyg.php trunk/lib/WysiwygEdit/htmlarea2.php trunk/lib/WysiwygEdit/htmlarea3.php trunk/lib/WysiwygEdit/spaw.php trunk/lib/WysiwygEdit/tinymce.php trunk/lib/XMLRPC/utils.php trunk/lib/pear/Cache.php trunk/lib/pear/DB.php trunk/lib/pear/File_Passwd.php trunk/lib/pear/JSON.php trunk/lib/pear/PEAR.php Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php 2012-09-30 18:19:24 UTC (rev 8332) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php 2012-09-30 18:28:50 UTC (rev 8333) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php $symbol_arr = array( Property changes on: trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php 2012-09-30 18:19:24 UTC (rev 8332) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php 2012-09-30 18:28:50 UTC (rev 8333) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /**** * ASCIIMathPHP and associated classes: Property changes on: trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php 2012-09-30 18:19:24 UTC (rev 8332) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php 2012-09-30 18:28:50 UTC (rev 8333) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php $symbol_arr = array( Property changes on: trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php 2012-09-30 18:19:24 UTC (rev 8332) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php 2012-09-30 18:28:50 UTC (rev 8333) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /**** * ASCIIMathPHP and associated classes: Property changes on: trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WikiDB/ADODB.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WikiDB/PDO.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WikiDB/SQL.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WikiDB/backend.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WikiDB/cvs.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WikiDB/dba.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WikiDB/file.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WikiDB/flatfile.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WysiwygEdit/FCKeditor.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WysiwygEdit/Wikiwyg.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WysiwygEdit/htmlarea2.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WysiwygEdit/htmlarea3.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WysiwygEdit/spaw.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/WysiwygEdit/tinymce.php ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/lib/XMLRPC/utils.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/pear/Cache.php =================================================================== --- trunk/lib/pear/Cache.php 2012-09-30 18:19:24 UTC (rev 8332) +++ trunk/lib/pear/Cache.php 2012-09-30 18:28:50 UTC (rev 8333) @@ -16,7 +16,6 @@ // | Sebastian Bergmann <sb...@se...> | // +----------------------------------------------------------------------+ // -// $Id$ require_once('PEAR.php'); require_once('Cache/Error.php'); @@ -59,7 +58,7 @@ * bad circumstances (especially with the file container) * * @author Ulf Wendel <ulf...@ph...> -* @version $Id$ +* @version * @package Cache * @access public */ Property changes on: trunk/lib/pear/Cache.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/pear/DB.php =================================================================== --- trunk/lib/pear/DB.php 2012-09-30 18:19:24 UTC (rev 8332) +++ trunk/lib/pear/DB.php 2012-09-30 18:28:50 UTC (rev 8333) @@ -18,8 +18,6 @@ // | Maintainer: Daniel Convissor <da...@ph...> | // +----------------------------------------------------------------------+ // -// $Id$ -// // Database independent query interface. require_once 'PEAR.php'; @@ -254,7 +252,7 @@ * @author Stig Bakken <ss...@ph...> * @author Tomas V.V.Cox <co...@id...> * @since PHP 4.0 - * @version $Id$ + * @version * @category Database */ class DB Property changes on: trunk/lib/pear/DB.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/pear/File_Passwd.php =================================================================== --- trunk/lib/pear/File_Passwd.php 2012-09-30 18:19:24 UTC (rev 8332) +++ trunk/lib/pear/File_Passwd.php 2012-09-30 18:28:50 UTC (rev 8333) @@ -16,8 +16,6 @@ // | Author: Rasmus Lerdorf <ra...@ph...> | // +----------------------------------------------------------------------+ // -// $Id$ -// // Manipulate standard UNIX passwd,.htpasswd and CVS pserver passwd files require_once 'PEAR.php' ; Property changes on: trunk/lib/pear/File_Passwd.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/pear/JSON.php =================================================================== --- trunk/lib/pear/JSON.php 2012-09-30 18:19:24 UTC (rev 8332) +++ trunk/lib/pear/JSON.php 2012-09-30 18:28:50 UTC (rev 8333) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** @@ -51,7 +51,7 @@ * @author Matt Knapp <mdknapp[at]gmail[dot]com> * @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com> * @copyright 2005 Michal Migurski - * @version CVS: $Id$ + * @version CVS: * @license http://www.opensource.org/licenses/bsd-license.php * @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198 */ Property changes on: trunk/lib/pear/JSON.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/pear/PEAR.php =================================================================== --- trunk/lib/pear/PEAR.php 2012-09-30 18:19:24 UTC (rev 8332) +++ trunk/lib/pear/PEAR.php 2012-09-30 18:28:50 UTC (rev 8333) @@ -18,7 +18,6 @@ // | Tomas V.V.Cox <co...@id...> | // +----------------------------------------------------------------------+ // -// $Id$ // From Pear CVS: Id: PEAR.php,v 1.59 2003/04/03 23:10:10 ssb Exp // Property changes on: trunk/lib/pear/PEAR.php ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |