cvs: embed /php-irssi/examples linkchan.php
[email protected] ("Wez Furlong") Tue, 01 Apr 2003 22:26:41 -0000
| Newsgroups | php.embed.cvs |
|---|---|
| Message-ID | <cvswez1049236001@cvsserver> |
wez Tue Apr 1 17:26:41 2003 EDT
Modified files:
/embed/php-irssi/examples linkchan.php
Log:
Fix Id tag... it was showing 1.27 as the revision?
Index: embed/php-irssi/examples/linkchan.php
diff -u embed/php-irssi/examples/linkchan.php:1.3 embed/php-irssi/examples/linkchan.php:1.4
--- embed/php-irssi/examples/linkchan.php:1.3 Tue Apr 1 17:07:00 2003
+++ embed/php-irssi/examples/linkchan.php Tue Apr 1 17:26:41 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
| Author: Benjamin Schulz <[email protected]> |
+----------------------------------------------------------------------+
- $Id: linkchan.php,v 1.27 2003/04/01 22:06:20 bs Exp $
+ $Id:$
*/
// uncomment what you don't want to be linked
@@ -310,4 +310,4 @@
irssi_command_bind('linkchan', 'linkchan_cmd');
-?>
\ No newline at end of file
+?>