News:

Join the Facebook Fan Page.

Main Menu

Converting poll options

Started by Bluedreams, June 09, 2016, 06:41:44 PM

Previous topic - Next topic

Bluedreams

Bump, this still needs changed in the converter itself:

Quote from: cdesseno on January 22, 2012, 06:31:20 PM
Here is the diff with my working version:


< 'label' => substr(addslashes($options[$i]), 1, 255),
< 'votes' => (is_numeric($votes[$i]) ? $votes[$i] : 0),
---
> 'label' => substr(addslashes($options[$i]), 0, 255),
> 'votes' => (int) $votes[$i],


Irisado

Topic split.  It's much better to start a new topic, rather than to bump really old topics like that one.
Soñando con una playa donde brilla el sol, un arco iris ilumina el cielo, y el mar espejea iridescentemente

Bluedreams

Except without the context of the rest of the topic they will have no idea what I'm talking about!

Advertisement: