philip          Wed Mar 30 03:17:03 2005 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  Make mysql.linkid.description more descriptive: What happens if no connection 
is found.
  
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.139&r2=1.140&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.139 
phpdoc/en/language-snippets.ent:1.140
--- phpdoc/en/language-snippets.ent:1.139       Tue Mar 29 23:45:34 2005
+++ phpdoc/en/language-snippets.ent     Wed Mar 30 03:17:03 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.139 $ -->
+<!-- $Revision: 1.140 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -421,7 +421,9 @@
 <!-- MySQL Notes -->
 <!ENTITY mysql.linkid.description '<para>The MySQL connection. If the link 
 identifier is not specified, the last link opened by 
-<function>mysql_connect</function> is assumed.</para>'>
+<function>mysql_connect</function> is assumed. If no such link is found, it
+will try to create one as if <function>mysql_connect</function> was called
+with no arguments.</para>'>
 
 <!-- Sybase Notes -->
 <!ENTITY sybase.ct.only '<note><simpara>This function is only available using

Reply via email to