/[health_html]/inc/global.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 /inc/global.php

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

revision 1.5 by ravilov, Thu Aug 16 09:08:42 2001 UTC revision 1.6 by ravilov, Mon Aug 27 09:17:40 2001 UTC
# Line 40  Line 40 
40                  }                  }
41                  return $ret;                  return $ret;
42          }          }
43          function isEdit() {          $isEdit = stristr($PHP_SELF, "/edit/") ? true : false;
44                  global $PHP_SELF;          $isMed = false; /* */
                 return stristr($PHP_SELF, "/edit/") ? true : false;  
         }  
45  ?>  ?>

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

  ViewVC Help
Powered by ViewVC 1.1.26