Added dummy function for timestamp conversions

This commit is contained in:
jengo 2001-08-05 06:52:25 +00:00
parent e0583a830f
commit a4b8a88d81

View File

@ -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 = '')
{