projects
/
mailer.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updating profiles fixed. It was still broken since I have changed the password hashin...
[mailer.git]
/
inc
/
db
/
lib-mysql3.php
diff --git
a/inc/db/lib-mysql3.php
b/inc/db/lib-mysql3.php
index
2f75170
..
c463f8d
100644
(file)
--- a/
inc/db/lib-mysql3.php
+++ b/
inc/db/lib-mysql3.php
@@
-49,6
+49,9
@@
function SQL_QUERY($sql_string, $F, $L)
".MYSQL_QUERY_STRING."<br />
".$sql_string);
".MYSQL_QUERY_STRING."<br />
".$sql_string);
+ // Debug output
+ //* DEBUG: */ print "Query=<em>".$sql_string."</em>, affected=<b>".SQL_AFFECTEDROWS()."</b>, numrows=<b>".SQL_NUMROWS($result)."</b><br />\n";
+
if (($CSS != "1") && ($CSS != "-1") && (DEBUG_MODE) && (DEBUG_SQL))
{
//
if (($CSS != "1") && ($CSS != "-1") && (DEBUG_MODE) && (DEBUG_SQL))
{
//