Ignore:
Timestamp:
Jan 27, 2011, 2:31:54 PM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] template compatibility with piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/cl_conflit/conflit.inc.php

    r8941 r8942  
    160160         
    161161 }
     162
     163  function conflit_memo_var($variables)
     164{
     165  ob_start();
     166  echo '<pre>';
     167  print_r($variables);
     168  echo '</pre>';
     169  $m= ob_get_contents();
     170  ob_end_clean();
     171  return $m;           
     172}
     173   
    162174?>
Note: See TracChangeset for help on using the changeset viewer.