Ignore:
Timestamp:
Dec 18, 2011, 10:46:24 PM (12 years ago)
Author:
mistic100
Message:

feature:2538 Make a unified messages management
use only $pageinfos and $pageerrors vars and and necessary template to all main pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r12553 r12764  
    6464//
    6565$conf = array();
    66 $page = array();
     66$page = array(
     67  'infos' => array(),
     68  'errors' => array(),
     69  );
    6770$user = array();
    6871$lang = array();
Note: See TracChangeset for help on using the changeset viewer.