Subversion Repositories HomeAutomation

Rev

Rev 1945 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1945 Rev 1947
Line 21... Line 21...
21
 
21
 
22
function MySql_AffectedRows(resource)
22
function MySql_AffectedRows(resource)
23
{
23
{
24
  return MySqlExport_AffectedRows(resource);
24
  return MySqlExport_AffectedRows(resource);
25
}
25
}
-
 
26
 
-
 
27
function MySql_InsertId(resource)
-
 
28
{
-
 
29
  return MySqlExport_InsertId(resource);
-
 
30
}
-
 
31