svn: /web/doc-editor/trunk/php/ File.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Sun, 19 Jun 2011 23:25:45 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312318

Log:
Escape project var too

Changed paths:
    U   web/doc-editor/trunk/php/File.php

Modified: web/doc-editor/trunk/php/File.php
===================================================================
--- web/doc-editor/trunk/php/File.php	2011-06-19 23:22:27 UTC (rev 312317)
+++ web/doc-editor/trunk/php/File.php	2011-06-19 23:25:45 UTC (rev 312318)
@@ -317,7 +317,7 @@
                 `lang`="%s" AND
                 `path`="%s" AND
                 `name`="%s"',
-            $project,
+            $db->real_escape_string($project),
             $db->real_escape_string($this->lang),
             $db->real_escape_string($this->path),
             $db->real_escape_string($hereName)
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.