~quam-plures-core/quam-plures/install_bug_fix

« back to all changes in this revision

Viewing changes to qp_inc/sessions/_sessions.init.php

  • Committer: EdB
  • Date: 2010-07-07 15:38:59 UTC
  • mto: This revision was merged to the branch mainline in revision 7505.
  • Revision ID: b2evo.plugins@gmail.com-20100707153859-ndr03ggi2pvk4qhv
renamed inc to qp_inc, removed 3 legacy functions, removed some references to 'generating_static'

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
/**
48
48
 * Controller mappings.
49
49
 *
50
 
 * For each controller name, we associate a controller file to be found in /inc/ .
 
50
 * For each controller name, we associate a controller file to be found in /qp_inc/ .
51
51
 * The advantage of this indirection is that it is easy to reorganize the controllers into
52
52
 * subdirectories by modules. It is also easy to deactivate some controllers if you don't
53
53
 * want to provide this functionality on a given installation.
76
76
        {
77
77
                /**
78
78
                 * @todo EdB: this function in this file is obsolete! Everything that used to be here is
79
 
                 * now handled by inc/_core/__core.init.php. Reckon we ought to just chuck this one day?
 
79
                 * now handled by qp_inc/_core/__core.init.php. Reckon we ought to just chuck this one day?
80
80
                 */
81
81
        }
82
82