Changeset 493
- Timestamp:
- 01/08/08 06:48:27 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/CallBack/callback-daemon/a2billing-callback-daemon
r388 r493 238 238 # my $dbh_child ||= DBI->connect("dbi:Pg:dbname=$dbname;host=$pghost;port=$pgport", "$login"); 239 239 240 $id_server_group = 1;241 240 @server_manager = &get_server($dbh_child, $id_server_group); 242 241 trunk/CallBack/callback-daemon/a2billing-callback-daemon
r388 r493 232 232 # my $dbh_child ||= DBI->connect("dbi:Pg:dbname=$dbname;host=$pghost;port=$pgport", "$login"); 233 233 234 $id_server_group = 1;235 234 @server_manager = &get_server($dbh_child, $id_server_group); 236 235
