/[corp_html]/inc/conn.inc
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 /inc/conn.inc

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

revision 1.7 by dpavlin, Tue Sep 18 09:45:04 2001 UTC revision 1.8 by dpavlin, Tue Sep 18 10:26:46 2001 UTC
# Line 23  Line 23 
23                  $menu_item=$row[0];                  $menu_item=$row[0];
24          }          }
25    
26            // parse /preview URL
27            
28          $preview_url="/preview";          $preview_url="/preview";
29            if (substr($GLOBALS[REQUEST_URI],0,strlen($preview_url)) == $preview_url) {
30                    $is_preview=1;
31                    $visible_is_true = "visible is true";
32            } else {
33                    $visible_is_true = "true";      // visible can be true or false
34            }
35    
36    
37  ?>  ?>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.26