13 lines
236 B
PHP
Executable File
13 lines
236 B
PHP
Executable File
<?php
|
|
// translator ready
|
|
// addnews ready
|
|
// mail ready
|
|
|
|
// A slightly higher level SQL error reporting function.
|
|
function sql_error($sql){
|
|
global $session;
|
|
return output_array($session)."SQL = <pre>$sql</pre>".db_error(LINK);
|
|
}
|
|
|
|
?>
|