]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/schema.php
oops forgot an alert()
[quix0rs-gnu-social.git] / lib / schema.php
index 0421bcb8103ca0cada0d1e233d2e33fe5e7a743e..f536f01645366a911ec95e78e24a16e37e60a88f 100644 (file)
@@ -535,6 +535,7 @@ class Schema
             $res = $this->conn->query($sql);
 
             if ($_PEAR->isError($res)) {
+                common_debug('PEAR exception on query: '.$sql);
                 PEAR_ErrorToPEAR_Exception($res);
             }
         }