Completed
Push — 0.1 ( 02a883 )
by Vladimir
01:35 queued 26s
created
api/database.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -58,6 +58,9 @@  discard block
 block discarded – undo
58 58
         mysqli_close($this->dbc);
59 59
     }
60 60
     
61
+    /**
62
+     * @param string $query
63
+     */
61 64
     function query($query)
62 65
     {
63 66
 	    if ($query == '')
@@ -86,6 +89,9 @@  discard block
 block discarded – undo
86 89
         }
87 90
     }
88 91
     
92
+    /**
93
+     * @param string $message
94
+     */
89 95
     function throw_error($message, $line = 0)
90 96
     {
91 97
         $line = (!empty($line)) ? $line = ' on line ' . $line : '' ;
Please login to merge, or discard this patch.