/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to config.php

  • Committer: Aram Yeghikyan
  • Date: 2008-10-24 16:09:04 UTC
  • Revision ID: eghikyan@gmail.com-20081024160904-x6h9i29d0iuiqo03
Added virtual group concept, made refactoring of the code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    
81
81
    
82
82
    $ADEI_VIRTUAL_READERS = array(
83
 
/*      "virtual_vg" => array(
 
83
        "virtual_vg" => array(
84
84
            "title" => _("Virtual Groups"),
85
85
            "reader"=> "VGReader"
86
 
        )*/
 
86
        )
87
87
    );
88
88
 
89
89
    $DEFAULT_MISSING_VALUE = NULL;      /* Value to use instead of NULL values */