Subversion-Projekte lars-tiefland.ci

Revision

Revision 1035 | Revision 1037 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1035 Revision 1036
Zeile 3... Zeile 3...
3
/**
3
/**
4
 *
4
 *
5
 * @package WebanOS CI
5
 * @package WebanOS CI
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
7
 * @copyright 2016
7
 * @copyright 2016
8
 * @version $Rev: 1035 $
8
 * @version $Rev: 1036 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class User_rechte_model extends CI_Model
11
class User_rechte_model extends CI_Model
12
{
12
{
Zeile 123... Zeile 123...
123
									}
123
									}
124
								}
124
								}
125
								$tool["properties"][] = $property;
125
								$tool["properties"][] = $property;
126
							}
126
							}
127
						}
127
						}
128
						if (count($tool["properties"]))
128
						if (@count($tool["properties"]))
129
						{
129
						{
130
							$module["tools"][] = $tool;
130
							$module["tools"][] = $tool;
131
						}
131
						}
132
					}
132
					}
133
				}
133
				}
134
				if (count($module["tools"]))
134
				if (@count($module["tools"]))
135
				{
135
				{
136
					$modules[] = $module;
136
					$modules[] = $module;
137
				}
137
				}
138
			}
138
			}
139
		}
139
		}