From: hickert Date: Thu, 11 Oct 2007 09:39:55 +0000 (+0000) Subject: Ensure that all used indexes are set X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=672c9b6a4b02fc6dcaf8e1cfbc6e8021d9b2be50;p=gosa.git Ensure that all used indexes are set git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7507 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/accept-to-gettext.inc b/include/accept-to-gettext.inc index 289cae435..abf6b60c1 100644 --- a/include/accept-to-gettext.inc +++ b/include/accept-to-gettext.inc @@ -164,7 +164,9 @@ function al2gt($gettextlangs, $mime) if(!isset($alscores[$noct[0]])){ $alscores[$noct[0]] = ""; } - + if(!isset($acscores[$gtcs])){ + $acscores[$gtcs] = ""; + } $testvals=array( array($alscores[$allang], $acscores[$gtcs]), array($alscores[$noct[0]], $acscores[$gtcs]),