/[corp_html]/back/phormation/displaytable.php
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 /back/phormation/displaytable.php

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

revision 1.4 by ravilov, Thu Jul 5 08:11:00 2001 UTC revision 1.5 by ravilov, Thu Jul 5 13:24:11 2001 UTC
# Line 165  function table_index( $fields, $names, $ Line 165  function table_index( $fields, $names, $
165              // call the hook function if it exists,              // call the hook function if it exists,
166              $params["predelete_hook"]( $record_id );              $params["predelete_hook"]( $record_id );
167          }          }
168          $query = $params["delquery"] . $record_id;          $query = $params["delquery"] . "'" . $record_id . "'";
169          dbi_exec( $conn, $query );          dbi_exec( $conn, $query );
170          header( "Location: " . makephpself( 'action=nothing' ) );          header( "Location: " . makephpself( 'action=nothing' ) );
171          return;          return;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.26