[otrs-cvs] CVS: otrs/scripts/database initial_insert.sql,1.50,1.51

cvs-log at otrs.org cvs-log at otrs.org
Tue Oct 3 15:33:25 CEST 2006


Update of /home/cvs/otrs/scripts/database
In directory lancelot:/tmp/cvs-serv17353

Modified Files:
	initial_insert.sql 
Log Message:
fixed more missing ^M

Index: initial_insert.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/database/initial_insert.sql,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** initial_insert.sql	2 Oct 2006 14:46:45 -0000	1.50
--- initial_insert.sql	3 Oct 2006 12:33:23 -0000	1.51
***************
*** 1,9 ****
  -- --
  -- initial_insert.sql - provides initial system data
! -- Copyright (C) 2001-2003 Martin Edenhofer <martin+code at otrs.org>
  -- --
  -- $Id$
  --
  -- $Log$
  -- Revision 1.50  2006/10/02 14:46:45  martin
  -- fixed missing ^M
--- 1,12 ----
  -- --
  -- initial_insert.sql - provides initial system data
! -- Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  -- --
  -- $Id$
  --
  -- $Log$
+ -- Revision 1.51  2006/10/03 12:33:23  mh
+ -- fixed more missing ^M
+ --
  -- Revision 1.50  2006/10/02 14:46:45  martin
  -- fixed missing ^M
***************
*** 410,424 ****
      (name, text, comments, valid_id, create_by, create_time, change_by, change_time)
      VALUES
!     ('system standard signature (en)', '
! Your Ticket-Team
! 
!  -
!  <OTRS_Agent_UserFirstname> <OTRS_Agent_UserLastname>
! 
! --
!  Super Support - Waterford Business Park
!  5201 Blue Lagoon Drive - 8th Floor & 9th Floor - Miami, 33126 USA
!  Email: hot at example.com - Web: http://www.example.com/
! --', 'std signature', 1, 1, current_timestamp, 1, current_timestamp);
  
  -- system_address
--- 413,417 ----
      (name, text, comments, valid_id, create_by, create_time, change_by, change_time)
      VALUES
!     ('system standard signature (en)', '^MYour Ticket-Team^M^M -^M <OTRS_Agent_UserFirstname> <OTRS_Agent_UserLastname>^M^M--^M Super Support - Waterford Business Park^M 5201 Blue Lagoon Drive - 8th Floor & 9th Floor - Miami, 33126 USA^M Email: hot at example.com - Web: http://www.example.com/^M --', 'std signature', 1, 1, current_timestamp, 1, current_timestamp);
  
  -- system_address



More information about the cvs-log mailing list