/[SQLSession]/trunk/share/web/templates/fragments/enter_query
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/share/web/templates/fragments/enter_query

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 101 by dpavlin, Fri Feb 16 21:06:34 2007 UTC revision 102 by dpavlin, Fri Feb 16 23:40:21 2007 UTC
# Line 5  $max_rows => 100 Line 5  $max_rows => 100
5    
6  $sql_query => undef  $sql_query => undef
7  $on_database => undef  $on_database => undef
8    $parent => undef
9  </%args>  </%args>
10  <%init>  <%init>
11    
# Line 74  if ($db->dsn =~ m/^.*dbname=(.+)/) { Line 75  if ($db->dsn =~ m/^.*dbname=(.+)/) {
75                  args => {                  args => {
76                          sql_query => $query->argument_value('sql_query'),                          sql_query => $query->argument_value('sql_query'),
77                          on_database => $query->argument_value('on_database'),                          on_database => $query->argument_value('on_database'),
78                            parent => $parent,
79                  },                  },
80                  #toggle => 1,                  #toggle => 1,
81          },          },

Legend:
Removed from v.101  
changed lines
  Added in v.102

  ViewVC Help
Powered by ViewVC 1.1.26