Nov 5 2010

hack yadda

Christoph

Thanks to Markus A. for this code candy:

// hack yadda yadda yadda < - improve you code instead of
// making funny comments!
// keep track of what is to be saved

Source: Direct link to the source code
Software: AJAX Attribut Matrix for xtCommerce
Programming language: PHP

1 Star2 Stars3 Stars4 Stars5 Stars (3 Bewertungen, Durchschnitt: 4,67 von 5)
Loading ... Loading ...

Feb 4 2009

Ich versteh’s selber nicht …

matula

… aber ich hab nen Workaround um es zu fixen. Hier meine Lieblings-Zeilen von XT-Commerce – irgendwie nicht sehr Vertrauens erweckend

// don’t know why, but this happens sometimes and new user
// becomes admin
if ($customers_status == 0 || !$customers_status)
$customers_status = DEFAULT_CUSTOMERS_STATUS_ID;

1 Star2 Stars3 Stars4 Stars5 Stars (7 Bewertungen, Durchschnitt: 4,71 von 5)
Loading ... Loading ...