noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 13/323: Add Documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 13/323: Add Documentation
Date: Wed, 14 Mar 2018 17:38:09 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit bb0708b1d5ce98f6bdd050542bf687047b6edf3a
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 6 16:39:32 2018 +0100

    Add Documentation
---
 include/lib/database.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/lib/database.class.php b/include/lib/database.class.php
index c67044e..0351995 100644
--- a/include/lib/database.class.php
+++ b/include/lib/database.class.php
@@ -965,12 +965,12 @@ class Database
         return pg_fetch_result($ret, $p_row, $p_col);
     }
 
-    /**\brief wrapper for the function pg_fetch_row
+    /**
+     * \brief wrapper for the function pg_fetch_row
      * \param $ret is the result of pg_exec (exec_sql)
      * \param $p_row is the indice of the row
      * \return an array indexed from 0
      */
-
     static function fetch_row($ret, $p_row)
     {
         return pg_fetch_row($ret, $p_row);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]