Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv25926/phpwiki/lib/plugin
Modified Files:
text2png.php
Log Message:
added $ID$ line for CVS
Index: text2png.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/text2png.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** text2png.php 2001/12/26 13:57:14 1.6
--- text2png.php 2001/12/27 18:11:28 1.7
***************
*** 1,4 ****
<?php // -*-php-*-
!
/**
* File loading and saving diagnostic messages, to see whether an
--- 1,4 ----
<?php // -*-php-*-
! rcs_id('$Id$');
/**
* File loading and saving diagnostic messages, to see whether an
|