浏览代码

Missing close paren

stevetruckstuff 19 年之前
父节点
当前提交
0ed9871549
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/addressbook.php

+ 1 - 1
src/addressbook.php

@@ -189,7 +189,7 @@ if(sqgetGlobalVar('REQUEST_METHOD', $req_method, SQ_SERVER) && $req_method == 'P
                     /* Handle error messages */
                     /* Handle error messages */
                     if (!$r) {
                     if (!$r) {
                         /* Display error */
                         /* Display error */
-                        plain_error_message( nl2br(htmlspecialchars(_("ERROR") .': '. $abook->error));
+                        plain_error_message( nl2br(htmlspecialchars(_("ERROR") .': '. $abook->error)));
 
 
                         /* Display the "new address" form again */
                         /* Display the "new address" form again */
                         abook_create_form($form_url,'editaddr',_("Update address"),_("Update address"),$newdata);
                         abook_create_form($form_url,'editaddr',_("Update address"),_("Update address"),$newdata);