Show
Ignore:
Timestamp:
05/21/08 15:27:00 (8 months ago)
Author:
aarkerio
Message:

New Try

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/categories/todo.ctp

    r269 r541  
    11<?php 
    2  
    32//File: /app/views/categories/todo.thtml 
    43 
    54foreach ($data as $key=>$val) 
    6     {    
     5{    
    76        echo "<form onsubmit=\"return false;\">"; 
    87        echo "<p><b>". $val['Category']['title']   . "</b> "; 
    98         
    10         if ($othAuth->user('id') == $val['Category']['user_id']) 
     9        if ($session->read('Auth.User.id') == $val['Category']['user_id']) 
    1110        {   
    1211            echo "<form onsubmit=\"return false;\">";