From: Jan Schneider Date: Wed, 11 Aug 2010 15:48:02 +0000 (+0200) Subject: Update method name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=44b6496c7b6323cb3c82da6429cfa7a5c494dce9;p=horde.git Update method name. --- diff --git a/horde/po/translation.php b/horde/po/translation.php index d11a8d790..e376b8d56 100755 --- a/horde/po/translation.php +++ b/horde/po/translation.php @@ -1258,7 +1258,7 @@ function update_help() } $entries_new[] = $entry_new; } - $doc_new->appendChild($doc_new->create_comment(' $' . 'Horde$ ')); + $doc_new->appendChild($doc_new->createComment(' $' . 'Horde$ ')); foreach ($entries_new as $entry) { $help_new->appendChild($entry); }