Ignore:
Timestamp:
Aug 23, 2014, 1:03:08 PM (10 years ago)
Author:
mistic100
Message:

update for 2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Back2Front/include/functions.inc.php

    r23177 r29253  
    11<?php
    2 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     2defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
    33
    44/*
     
    8585   
    8686  $conf['back2front']['versos_cat'] = $versos_cat['id'];
    87   conf_update_param('back2front', serialize($conf['back2front']));
     87  conf_update_param('back2front', $conf['back2front']);
    8888}
    8989
     
    106106  }
    107107}
    108 
    109 ?>
Note: See TracChangeset for help on using the changeset viewer.