PDA

View Full Version : Whats adminhash? *is dumb*


The-Ensemble
03-03-2008, 09:24 PM
I was printing an array while I try and do a display order function like style manager for my custom hack and the array returned

Array
(
[order] => 2
[sortorder] => 2
[adminhash] =>
[dorder] => Array
(
)

)

I can only account for dorder & order, where has admin hash and sort order appeared from?

Opserty
03-04-2008, 02:22 PM
The adminhash is just do with the current AdminCP session, its added by the print_form...() functions automatically I think. Its not something you need to be concerned about I don't think.