cvs: php-gtk-web / index.php
[email protected] ("Scott Mattocks")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvsscottmattocks1141220219@cvsserver> |
scottmattocks Wed Mar 1 13:36:59 2006 UTC
Modified files:
/php-gtk-web index.php
Log:
Fix link to changelog.
http://cvs.php.net/viewcvs.cgi/php-gtk-web/index.php?r1=1.103&r2=1.104&diff_format=u
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.103 php-gtk-web/index.php:1.104
--- php-gtk-web/index.php:1.103 Tue Feb 28 21:03:05 2006
+++ php-gtk-web/index.php Wed Mar 1 13:36:59 2006
@@ -1,6 +1,6 @@
<?php
/*
- * $Id: index.php,v 1.103 2006/02/28 21:03:05 scottmattocks Exp $
+ * $Id: index.php,v 1.104 2006/03/01 13:36:59 scottmattocks Exp $
*/
// Start output buffering in order to grab the data from the documentation
@@ -61,7 +61,7 @@
<p><span class="newsdate">[28-Feb-2006]</span>
This month PHP-GTK 2 has continued its march toward an initial release. Andrei
has been working through bug fixes and
-<a href="http://cvs.php.net/viewcvs.cgi/php-gtk/ChangeLog?view=log">implementing new features</a>.
+<a href="http://cvs.php.net/viewcvs.cgi/php-gtk/ChangeLog?view=markup">implementing new features</a>.
Recently he added the ability to use GtkListStores and GtkTreeStores as if
they were
<a href="http://marc.theaimsgroup.com/?l=php-gtk-general&m=114029530823343&w=2">iterators or arrays</a>.