Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What means "Cannot redeclare"?


capsulas

Recommended Posts

Hello, my friends !

I?m installing a contribution (Polls v1.3) and I founded some troubles:

Thanks for your comments.

 

Fatal error: Cannot redeclare pollnewest() (previously declared in /catalogo/includes/boxes/polls.php:6)

 

in /catalogo/includes/boxes/polls.php on line 5

 

FILE: polls.php

------------------------------------------------------------------------------------

<!-- polls //-->

<?php

$hide = tep_hide_session_id();

 

function pollnewest() {

global $customer_id;

if (DISPLAY_POLL_HOW==3) {

$extra_query=" and pollID='" . DISPLAY_POLL_ID . "'";

}

if (!isset($customer_id)) {

$extra_query.=" and poll_type='0' ";

}

if (DISPLAY_POLL_HOW==2) {

$order = 'voters DESC';

} else {

$order = 'timestamp DESC';

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...