ソースを参照

Update class.fastmysql.inc

Daniele Bonini 5 年 前
コミット
ecb419b50a
1 ファイル変更4 行追加4 行削除
  1. 4 4
      class.fastmysql.inc

+ 4 - 4
class.fastmysql.inc

@@ -218,7 +218,7 @@ class FastMySql extends \mysqli
     
     if (!($preparedStmt = $this->prepare($sSQL))) {
       $this->rollback();
-      FastErr::trigger_error1(ERR::ERR_GENERAL, "Prepare failed: (" . $this->errno . ") " . $this->error, __FILE__, __LINE__);        
+      FastErr::trigger_error1(ERR::ERR_GENERAL, "Preparetion failed: (" . $this->errno . ") " . $this->error, __FILE__, __LINE__);        
     }
 
     // if the params array is not empty..
@@ -290,7 +290,7 @@ class FastMySql extends \mysqli
       
     if (!($preparedStmt = $this->prepare($sSQL))) {
       $this->rollback();
-      FastErr::trigger_error1(ERR::ERR_GENERAL, "Prepare failed: (" . $this->errno . ") " . $this->error, __FILE__, __LINE__);        
+      FastErr::trigger_error1(ERR::ERR_GENERAL, "Preparetion failed: (" . $this->errno . ") " . $this->error, __FILE__, __LINE__);        
     }
 
     // if the params array is not empty..
@@ -373,7 +373,7 @@ class FastMySql extends \mysqli
     
     if (!($preparedStmt = $this->prepare($sSQL))) {
       $this->rollback();
-      FastErr::trigger_error1(ERR::ERR_GENERAL, "Prepare failed: (" . $this->errno . ") " . $this->error, __FILE__, __LINE__);        
+      FastErr::trigger_error1(ERR::ERR_GENERAL, "Preparetion failed: (" . $this->errno . ") " . $this->error, __FILE__, __LINE__);        
     }
 
     // if the params array is not empty..
@@ -484,7 +484,7 @@ class FastMySql extends \mysqli
         
     if (!($preparedStmt = $this->prepare($sSQL))) {
       $this->rollback();
-      FastErr::trigger_error1(ERR::ERR_GENERAL, "Prepare failed: (" . $this->errno . ") " . $this->error, __FILE__, __LINE__);        
+      FastErr::trigger_error1(ERR::ERR_GENERAL, "Preparetion failed: (" . $this->errno . ") " . $this->error, __FILE__, __LINE__);        
     }
 
     // if the params array is not empty..