mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
+ renamed a few classes/enums/attributes to improve the classes naming consistency and ease the writing of OQLs + fixed errors in the profiles SVN:trunk[2434]
This commit is contained in:
@@ -375,6 +375,11 @@ class CMDBSource
|
||||
return mysqli_num_rows($result);
|
||||
}
|
||||
|
||||
public static function AffectedRows()
|
||||
{
|
||||
return mysqli_affected_rows(self::$m_resDBLink);
|
||||
}
|
||||
|
||||
public static function FetchArray($result)
|
||||
{
|
||||
return mysqli_fetch_array($result, MYSQLI_ASSOC);
|
||||
|
||||
Reference in New Issue
Block a user