alecpl
2011-07-27 64ebc94eec88a9d55d2725d10a7f5b9bb763652d
- Fix source ID handling


1 files modified
2 ■■■ changed files
program/steps/addressbook/func.inc 2 ●●● patch | view | raw | blame | history
program/steps/addressbook/func.inc
@@ -199,7 +199,7 @@
    $current = get_input_value('_source', RCUBE_INPUT_GPC);
    foreach ($sources as $j => $source) {
        $id = strval($source['id'] ? $source['id'] : $j);
        $id = strval(strlen($source['id']) ? $source['id'] : $j);
        $js_id = JQ($id);
        // set class name(s)