]> granicus.if.org Git - php/commitdiff
- Name correction.
authorDanny Heijl <danny@php.net>
Sun, 28 May 2000 11:08:28 +0000 (11:08 +0000)
committerDanny Heijl <danny@php.net>
Sun, 28 May 2000 11:08:28 +0000 (11:08 +0000)
ext/informix/ifx.ec

index 6bfba0172052059bed4be47daad2aa56026c5840..463a5dda4b1a3b402dfc6b2a0a30ecf6a6f51976 100644 (file)
@@ -2122,7 +2122,7 @@ $ifdef HAVE_IFX_IUS;
 
                        fieldleng=ifx_var_getlen(&lvar_tmp);
  
-                if (fieldleng > 2) fieldleng -= 2; /* fix by Alan Sheperd */
+                if (fieldleng > 2) fieldleng -= 2; /* fix by Alex Shepherd */
 
                 if ((char_data = (char *)emalloc(fieldleng + 1)) == NULL) {
                     php_error(E_WARNING, "Out of memory");
@@ -2472,7 +2472,7 @@ $ifdef HAVE_IFX_IUS;
 
                                fieldleng=ifx_var_getlen(&lvar_tmp);
  
-                    if (fieldleng > 2) fieldleng -= 2; /* fix by Alan Sheperd */
+                    if (fieldleng > 2) fieldleng -= 2; /* fix by Alex Shepherd */
 
                        if ((char_data = (char *)emalloc(fieldleng + 1)) == NULL) {
                            php_error(E_WARNING, "Out of memory");