mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-18 15:50:50 +08:00
remove sql_query() strip wrap
This commit is contained in:
@@ -64,7 +64,7 @@ function getip() {
|
||||
|
||||
function sql_query($query)
|
||||
{
|
||||
$query = preg_replace("/[\n\r\t]+/", " ", $query);
|
||||
// $query = preg_replace("/[\n\r\t]+/", " ", $query);
|
||||
$begin = microtime(true);
|
||||
global $query_name;
|
||||
$result = mysql_query($query);
|
||||
|
||||
Reference in New Issue
Block a user