Fixes
This commit is contained in:
parent
545286bd4e
commit
82c5f8b7a0
3 changed files with 29 additions and 6 deletions
|
|
@ -50,6 +50,13 @@ class SQLClass {
|
|||
|
||||
return $num_rows;
|
||||
}
|
||||
|
||||
static public function free_result($result)
|
||||
{
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
static public function webtsys_close( $idconnection )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue