Heavy rewrite:
[mailer.git] / inc / libs / rallye_functions.php
index 607f4a15421001b00debde8abf2083c4c5817fcf..865e4363ffc5db9c15fdb413e6d2eeac33f880c8 100644 (file)
@@ -299,7 +299,7 @@ VALUES ('%s','%s','0')",
                        $DATA['title'] = $title;
                        $DATA['id']    = $id;  // ID for the rallye details link
                        $DATA['ref']   = 0;
-                       $DATA['refs']  = GET_TOTAL_DATA($uid, "user_data", 'userid', "refid", true);
+                       $DATA['refs']  = GET_TOTAL_DATA($uid, 'user_data', 'userid', "refid", true);
 
                        // Load prices
                        $prices = RALLYE_ADD_PRICES($id);