mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-14 17:11:34 +01:00
This echo was problematic in production
This commit is contained in:
@@ -285,7 +285,7 @@ class DB
|
||||
$modification = time();
|
||||
|
||||
$query = "INSERT INTO Sources (`IDC`,`Lang`,`Version`,`Modification`,`Code`,`UseExtLib`,`UseExtLibVer`,`IDU`) VALUES ('$IDC','$lang',$version,$modification,'$code','$lib','$libV','$IDU')";
|
||||
echo $query . ';';
|
||||
//echo $query . ';';
|
||||
dbw_query($this->conn, $query);
|
||||
return $version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user