get_what()?

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).
AuthorTopic: get_what()?
BANNED
Member # 4
Profile Homepage #0
Which do YOU use- get_flag(); or get_sdf(); ?

EDIT: For reference... (alphebetically)

Stareye - get_sdf
TM - get_flag
Micael - get_flag
Smoo - get_flag
Zxquez - get_flag
Slack - get_flag
Khoth - get_flag
JV - get_flag
Kel - get_flag

...hmm...

[ Monday, May 23, 2005 08:35: Message edited by: Dervish Malachai ]

Poll Information
This poll contains 1 question(s). 18 user(s) have voted.
You may not view the results of this poll without voting.

function launch_voter () { launch_window("http://www.ironycentral.com/cgi-bin/ubb/ultimatebb.cgi?ubb=poll;d=vote;pollid=zZXGkckzCxbZ"); return true; } // end launch_voter function launch_viewer () { launch_window("http://www.ironycentral.com/cgi-bin/ubb/ultimatebb.cgi?ubb=poll;d=view;pollid=zZXGkckzCxbZ"); return true; } // end launch_viewer function launch_window (url) { preview = window.open( url, "preview", "width=550,height=300,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no" ); window.preview.focus(); return preview; } // end launch_window IMAGE(votenow.gif)     IMAGE(voteresults.gif)

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Post Navel Trauma ^_^
Member # 67
Profile Homepage #1
get_flag, since if I remember correctly set_sdf doesn't work.

--------------------
Barcoorah: I even did it to a big dorset ram.

New Mac BoE
Posts: 1798 | Registered: Thursday, October 4 2001 07:00
Infiltrator
Member # 2104
Profile Homepage #2
I wasn't aware there is a "get_sdf."

[ Wednesday, June 15, 2005 12:02: Message edited by: Millicent, Dear Millicent ]

--------------------
—Zxquez Zolohahni
Xerch'de/Rate.
Posts: 549 | Registered: Thursday, October 17 2002 07:00
Shaper
Member # 5437
Profile #3
I have always used get_flag(), as I have never been able to get get_sdf() to work.
Posts: 2032 | Registered: Wednesday, January 26 2005 08:00
...b10010b...
Member # 869
Profile Homepage #4
I've been using get_sdf() for everything. If people are reporting it doesn't work, I may have to go back and change all my scripts. Botheration.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Law Bringer
Member # 4153
Profile Homepage #5
get_flag();

It's just easier, and doesn't involve an acronym.

--------------------
Gamble with Gaea, and she eats your dice.

I hate undead. I really, really, really, really hate undead. With a passion.
Posts: 4130 | Registered: Friday, March 26 2004 08:00
Agent
Member # 4506
Profile Homepage #6
quote:
Originally written by Thuryl:

I've been using get_sdf() for everything. If people are reporting it doesn't work, I may have to go back and change all my scripts. Botheration.
I found that it works about 50% of the time, so I changed to get_flag(). Anyway, make it how you want. It's easy to change. You just open it in Word, or a similar program, and do FIND AND REPLACE, and replace them all in a click of a buton. You'll have to do this for each script, but it's easy enough.

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Cartographer
Member # 995
Profile #7
or use a better editor? UltraEdit32 has a find/replace across many files.

or if you have perl (ActiveState Perl for Windows would work, too), then, of course, you can

perl -pi -e's/get_sdf/get_flag/g' *.txt
Posts: 206 | Registered: Thursday, April 18 2002 07:00
...b10010b...
Member # 869
Profile Homepage #8
Oh, I know there's nothing *difficult* about a simple find/replace. It's just a nuisance.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00