Ignore:
Timestamp:
Apr 2, 2011, 11:43:40 AM (13 years ago)
Author:
mistic100
Message:
  • many corrections
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContestResults/admin.php

    r9745 r9975  
    11<?php
    22if(!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     3
     4if (is_string($conf['ContestResults'])) {
     5        $conf['ContestResults'] = unserialize($conf['ContestResults']);
     6}
    37
    48// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.