/[inncomm]/index.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 /index.php

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

revision 1.2 by dpavlin, Fri Dec 8 08:27:32 2000 UTC revision 1.3 by dpavlin, Fri Dec 8 08:38:09 2000 UTC
# Line 37  if (isset($PHP_AUTH_USER)) { Line 37  if (isset($PHP_AUTH_USER)) {
37                          if ($row[solution] == "t") {                          if ($row[solution] == "t") {
38                                  $solution_room=1;                                  $solution_room=1;
39                                  $sql_poruke_where.="and poruke.solution is true";                                  $sql_poruke_where.="and poruke.solution is true";
40                                    $tpl->assign(array( ROOM => "You are in solution room" ));
41                          }                          }
42                          $tpl->assign(array(                          $tpl->assign(array(
43                                  FULL_NAME => $row[full_name],                                  FULL_NAME => $row[full_name],

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

  ViewVC Help
Powered by ViewVC 1.1.26