OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-meta Date: 13-Mar-2006 20:43:58
Branch: HEAD Handle: 2006031319435800
Modified files:
openpkg-meta meta.php
Log:
ops, there is no argument to meta_end() function
Summary:
Revision Changes Path
1.3 +1 -1 openpkg-meta/meta.php
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-meta/meta.php
============================================================================
$ cvs diff -u -r1.2 -r1.3 meta.php
--- openpkg-meta/meta.php 12 Mar 2006 17:49:03 -0000 1.2
+++ openpkg-meta/meta.php 13 Mar 2006 19:43:58 -0000 1.3
@@ -139,7 +139,7 @@
# by default divert into body
divert("html:body");
}
-function meta_end ($option) {
+function meta_end () {
global $html;
# flush buffers
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]