Index: openacs-4/packages/acs-templating/sql/oracle/template-demo-notes-sample.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/sql/oracle/template-demo-notes-sample.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-templating/sql/oracle/template-demo-notes-sample.sql 8 Feb 2006 23:34:26 -0000 1.1 +++ openacs-4/packages/acs-templating/sql/oracle/template-demo-notes-sample.sql 9 Feb 2006 13:58:13 -0000 1.2 @@ -23,7 +23,7 @@ 'red', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -37,7 +37,7 @@ 'blue', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -51,7 +51,7 @@ 'green', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -65,7 +65,7 @@ 'orange', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -79,7 +79,7 @@ 'purple', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -93,7 +93,7 @@ 'red', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -107,7 +107,7 @@ 'blue', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -121,7 +121,7 @@ 'green', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -135,7 +135,7 @@ 'orange', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -149,7 +149,7 @@ 'purple', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -163,7 +163,7 @@ 'red', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -177,7 +177,7 @@ 'blue', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -191,7 +191,7 @@ 'green', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -205,7 +205,7 @@ 'orange', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -219,7 +219,7 @@ 'purple', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -233,7 +233,7 @@ 'red', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -247,7 +247,7 @@ 'blue', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -261,7 +261,7 @@ 'green', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -275,7 +275,7 @@ 'orange', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context @@ -289,7 +289,7 @@ 'purple', 'template_demo_note', - now(), + sysdate, owning_party, NULL, context