- Changed include "includes/common.inc"; to include_once
   "includes/common.inc"; Including the common file more than once will
   cause bad things.
3-00
natrak 2001-04-29 13:41:18 +00:00
parent ef7d5e1201
commit c8d16d76f9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
include "includes/common.inc";
include_once "includes/common.inc";
if (variable_get(dev_timing, 0)) timer_start();