forked from extern/egroupware
Added dummy function for timestamp conversions
This commit is contained in:
parent
e0583a830f
commit
a4b8a88d81
@ -17,6 +17,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/* echo "<BR>This is using the MSSQL class<BR>"; */
|
||||
// ^^ really ?! :)
|
||||
|
||||
class db
|
||||
{
|
||||
@ -84,6 +85,17 @@
|
||||
return $this->Query_ID;
|
||||
}
|
||||
|
||||
// I don't have access to M$-SQL, can someone finish these 2 functions ? (jengo)
|
||||
function to_timestamp($epoch)
|
||||
{
|
||||
return False;
|
||||
}
|
||||
|
||||
function from_timestamp($timestamp)
|
||||
{
|
||||
return False;
|
||||
}
|
||||
|
||||
// public: perform a query with limited result set
|
||||
function limit_query($Query_String, $offset, $line = '', $file = '', $num_rows = '')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user