Skip to content

Commit

Permalink
Stubbed error stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 1, 2010
1 parent d1b980a commit 60e7dc8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions database.php
Expand Up @@ -7,6 +7,16 @@

$dblink = NULL;

function write_error($err)
{
print("\n\n$err\n\n");
} // write_error

function write_debug($err)
{
//print("\n\n$err\n\n");
} // write_debug

function get_dblink()
{
global $dblink;
Expand Down

0 comments on commit 60e7dc8

Please sign in to comment.