cvs: php-gtk-web / faq.php
[email protected] ("Andrei Zmievski") Mon, 06 Aug 2001 13:27:46 -0000
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <cvsandrei997104466@cvsserver> |
andrei Mon Aug 6 09:27:46 2001 EDT
Modified files:
/php-gtk-web faq.php
Log:
Typo.
Index: php-gtk-web/faq.php
diff -u php-gtk-web/faq.php:1.18 php-gtk-web/faq.php:1.19
--- php-gtk-web/faq.php:1.18 Sat Aug 4 12:48:12 2001
+++ php-gtk-web/faq.php Mon Aug 6 09:27:46 2001
@@ -115,7 +115,7 @@
The following code will show the defined classes. All the PHP-GTK
classes will be listed along with one or two others.
<PRE CLASS="code">
-$array = get_declared_classes());
+$array = get_declared_classes();
while(list(,$classname) = each($array)) {
echo $classname."\n";
}