Changeset 8622

Show
Ignore:
Timestamp:
10/10/05 11:29:52 (3 years ago)
Author:
piotras
Message:

Style and page elements initialized for mmp and no mmp

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/branch-1-7/src/httpd/apache2/midgard-apache2.c

    r8611 r8622  
    22742274    pclen = strlen((char*)scfg->pagecache); 
    22752275  } 
     2276  
     2277  /* Initialize page and style elements for style and page elements */ 
     2278  rcfg->elements = midgard_elements_hash(); 
    22762279   
    22772280  if (scfg->pagecache != NULL && pclen > 0) { 
    2278  
    2279       /* Initialize page and style elements */ 
    2280       rcfg->elements = midgard_elements_hash(); 
     2281       
    22812282      if (!setup_pagecache (rcfg->mgd, r, rcfg, scfg, dcfg, host.sitegroup, 
    22822283                  path, &page)) {