cvs: functable /lib dbconnect.php

[email protected] ("Hartmut Holzgraefe")
Newsgroups php.doc.web
Message-ID <cvshholzgra1132068806@cvsserver>
hholzgra		Tue Nov 15 10:33:26 2005 EDT

  Modified files:              
    /functable/lib	dbconnect.php 
  Log:
  typo fix
  
  
http://cvs.php.net/diff.php/functable/lib/dbconnect.php?r1=1.6&r2=1.7&ty=u
Index: functable/lib/dbconnect.php
diff -u functable/lib/dbconnect.php:1.6 functable/lib/dbconnect.php:1.7
--- functable/lib/dbconnect.php:1.6	Sat Sep  3 13:11:31 2005
+++ functable/lib/dbconnect.php	Tue Nov 15 10:33:25 2005
@@ -29,7 +29,7 @@
 
 function db_escape($text)
 {
-	reutrn mysql_real_escape_string($text) or die(mysql_error());
+	return mysql_real_escape_string($text) or die(mysql_error());
 }
 
 function db_numrows($result)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.