Skip to content

Commit fb7a35b

Browse files
committed
transaction is not implemented, remove END_TRANSACTION
1 parent 91388ee commit fb7a35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/mysql.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function sql_query($query = "", $transaction = FALSE)
127127
}
128128
else
129129
{
130-
return ( $transaction == END_TRANSACTION ) ? true : false;
130+
return false;
131131
}
132132
}
133133

0 commit comments

Comments
 (0)