Преглед изворни кода

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..