Bugs item #1495313, was opened at 2006-05-26 07:39 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1495313&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: ver devel >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Ovidiu Sas (osas) >Assigned to: Bogdan (bogdan_iancu) Summary: sc.dbtext: rpid for new users should be empty Initial Comment: When a user is inserted into the SUBSCRIBER table, the rpid should be empty and not NULL, otherwise the string "NULL" will be the rpid for the created subscriber. scripts/sc.dbtext: 777c777 < line="$HA1:$SERUSER:$SERDOMAIN:$2::::$3:$date_now:$date_now::o:::$HA1:$HA1B:0:NULL:NULL::NULL" --- > line="$HA1:$SERUSER:$SERDOMAIN:$2::::$3:$date_now:$date_now::o:::$HA1:$HA1B:0:NULL:::NULL" Maybe all the NULL strings should be removed ... It seems to be working fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1495313&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
