/[hr-web]/inc/meta.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/meta.php

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

revision 1.1.1.1 by dpavlin, Fri Apr 20 08:25:32 2001 UTC revision 1.3 by ravilov, Wed Jun 13 09:13:42 2001 UTC
# Line 1  Line 1 
1  <!-- META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=ISO-8859-2" -->  <!-- META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=ISO-8859-2" -->
2  <META HTTP-EQUIV="Pragma" CONTENT="no-cache">  <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
3  <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">  <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
4  <?php # RA:  <META HTTP-EQUIV="Expires" CONTENT="-1">
5    <?php   # RA:
6    /*
7          function call_user_func_array($func, $args) {          function call_user_func_array($func, $args) {
8                  array_walk($args,                  array_walk($args, create_function('&$i', '$i = "\'".$i."\'";'));
                         create_function('&$i', '$i = "\'".$i."\'";'));  
9                  $a = implode(", ", $args);                  $a = implode(", ", $args);
10                  return eval("return $func($a);");                  return eval("return $func($a);");
11          }          }
12    */
13  ?>  ?>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26