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

[email protected] (Neal Poole)
Newsgroups php.doc.web
Message-ID <[email protected]>
nbpoole                                  Sun, 26 Jun 2011 01:10:53 +0000

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

Log:
Fixed typo in RepositoryManager.php.

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

Modified: web/doc-editor/trunk/php/RepositoryManager.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryManager.php	2011-06-26 01:04:50 UTC (rev 312481)
+++ web/doc-editor/trunk/php/RepositoryManager.php	2011-06-26 01:10:53 UTC (rev 312482)
@@ -1777,7 +1777,7 @@

                 // Sql insert.
                 $query = 'INSERT INTO `files` (`project`, `lang`, `xmlid`, `path`, `name`, `revision`, `size`, `mdate`, `maintainer`, `status`, `check_oldstyle`,  `check_undoc`, `check_roleerror`, `check_badorder`, `check_noseealso`, `check_noreturnvalues`, `check_noparameters`, `check_noexamples`, `check_noerrors`)
-                        VALUES ("%s", "en", "%s", "%s", "%s", "%s", "%s", "%s", NULL, NUL, "%s", "%s", "%s", "%s", "%s", "%s", "%s", "%s", "%s")';
+                        VALUES ("%s", "en", "%s", "%s", "%s", "%s", "%s", "%s", NULL, NULL, "%s", "%s", "%s", "%s", "%s", "%s", "%s", "%s", "%s")';
                 $params = array(
                     $am->project,
                     $xmlid, $f->path, $f->name, $en_revision, $en_size, $en_date,
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.