cvs: php-gtk-web / index.php
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1143585677@cvsserver> |
sfox Tue Mar 28 22:41:17 2006 UTC
Modified files:
/php-gtk-web index.php
Log:
darn, it's just not my night.
http://cvs.php.net/viewcvs.cgi/php-gtk-web/index.php?r1=1.107&r2=1.108&diff_format=u
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.107 php-gtk-web/index.php:1.108
--- php-gtk-web/index.php:1.107 Tue Mar 28 22:37:35 2006
+++ php-gtk-web/index.php Tue Mar 28 22:41:17 2006
@@ -1,12 +1,12 @@
<?php
/*
- * $Id: index.php,v 1.107 2006/03/28 22:37:35 sfox Exp $
+ * $Id: index.php,v 1.108 2006/03/28 22:41:17 sfox Exp $
*/
// Start output buffering in order to grab the data from the documentation
// CVS updates file (that is echoed when included) and save to a variable
// instead of echoing it right away.
-// ob_start();
+ob_start();
?>
<div id="docsupdates">
<h3>Docs Updates</h3>
@@ -22,7 +22,6 @@
<?php
$RIGHT_SIDEBAR_DATA = ob_get_clean();
-
$SIDEBAR_DATA = <<< EOF
<h3>What is PHP-GTK?</h3>
<p>PHP-GTK is an extension for the <acronym