1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00

Default section name should be uppercase, I guess

This commit is contained in:
Stanislav Malyshev
2000-07-25 08:09:00 +00:00
parent 1c2db161bf
commit 005d4c4deb
+1 -1
View File
@@ -27,7 +27,7 @@
HashTable browser_hash;
#define DEFAULT_SECTION_NAME "default browser capability settings"
#define DEFAULT_SECTION_NAME "Default Browser Capability Settings"
static int browser_reg_compare(zval **browser,int num_args, va_list args, zend_hash_key *key)
{