[APPDB] commonReply.php: fix incorrect call to query_insert_id

Rosanne DiMesio dimesio at earthlink.net
Fri May 5 19:25:04 CDT 2017


Should be query_appdb_insert_id.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 include/commonReply.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/commonReply.php b/include/commonReply.php
index a276cc4..8362e7e 100644
--- a/include/commonReply.php
+++ b/include/commonReply.php
@@ -42,7 +42,7 @@ class CommonReply extends ObjectManagerBase
         if(!$hResult)
             return false;
 
-        $this->iId = query_insert_id();
+        $this->iId = query_appdb_insert_id();
         
         foreach($this->aTags as $iTag)
         {
@@ -146,4 +146,4 @@ class CommonReply extends ObjectManagerBase
     }
 }
 
-?>
\ No newline at end of file
+?>
-- 
2.12.0




More information about the wine-patches mailing list